SetUp for L0 TestCases
This commit is contained in:
parent
b7b3104215
commit
2f3751f37e
8 changed files with 105 additions and 4 deletions
7
__tests__/run.test.ts
Normal file
7
__tests__/run.test.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import {run} from '../src/run'
|
||||
|
||||
describe('This is a placeholder for intial test cases, to be removed', () => {
|
||||
test('Dummy test case', async () => {
|
||||
await expect(run()).rejects.toThrow();
|
||||
})
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue