Skip to content

Commit

Permalink
fix all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorNovozhilov committed Sep 2, 2020
1 parent c6cdea6 commit 3aa1870
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions test/index.js
Expand Up @@ -5,8 +5,5 @@ new Application(async () => {
await symlinkModule('../../@nodutilus', 'test')
await symlinkModule('../@nodutilus-test', 'test')

const { Test } = await import('@nodutilus/test')
const { AllTests } = await import('./all-tests.js')

await Test.runOnCI(new AllTests())
await import('./run-on-ci.js')
}).redy()
4 changes: 4 additions & 0 deletions test/run-on-ci.js
@@ -0,0 +1,4 @@
import { Test } from '@nodutilus/test'
import { AllTests } from './all-tests.js'

Test.runOnCI(new AllTests())

0 comments on commit 3aa1870

Please sign in to comment.