switch to new org scheme

This commit is contained in:
2023-07-10 02:49:04 +02:00
parent 534c1e4215
commit a234069cc8
7 changed files with 126 additions and 24 deletions

View File

@ -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 = {