fix(core): update
This commit is contained in:
@ -17,4 +17,9 @@ tap.test('async tests', async (toolsArg) => {
|
||||
await smartexpect.expectAsync(deferred.promise).not.toBeTypeofBoolean();
|
||||
});
|
||||
|
||||
tap.test('should check equality', async () => {
|
||||
smartexpect.expect('hithere').toEqual('hithere');
|
||||
smartexpect.expect('hithere').not.toEqual('hithere2');
|
||||
})
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user