chore: Setup ava and sinon test libraries
This commit is contained in:
7
packages/backend/test/sample.ts
Normal file
7
packages/backend/test/sample.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import test from 'ava';
|
||||
|
||||
const fn = () => 'foo';
|
||||
|
||||
test('fn() returns foo', t => {
|
||||
t.is(fn(), 'foo');
|
||||
});
|
Reference in New Issue
Block a user