fix(core): update
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import { tap, expect } from '../ts/index';
|
||||
import { tap, expect, webhelpers } from '../ts/index';
|
||||
|
||||
tap.preTask('hi there', async () => {
|
||||
const myElement = webhelpers.fixture(webhelpers.html`<div></div>`);
|
||||
console.log('this is a pretask');
|
||||
});
|
||||
|
||||
|
@ -25,7 +25,7 @@ const test3 = tap.test(
|
||||
|
||||
const test4 = tap.test('my 4th test -> should fail', async (tools) => {
|
||||
tools.allowFailure();
|
||||
expect(false).to.be.true;
|
||||
expect(false).to.be.false;
|
||||
return 'hello';
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user