switch to new org scheme
This commit is contained in:
@ -25,7 +25,7 @@ tap.test('should check equality', async () => {
|
||||
tap.test('should check for regexp matching', async () => {
|
||||
smartexpect.expect('hithere').toMatch(/hi/);
|
||||
smartexpect.expect('hithere').not.toMatch(/ho/);
|
||||
})
|
||||
});
|
||||
|
||||
tap.test('should correctly state property presence', async () => {
|
||||
const testObject = {
|
||||
|
Reference in New Issue
Block a user