mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 03:57:08 -04:00
Clean up tests.
This commit is contained in:
parent
c4fa90a747
commit
3a2e61b163
53 changed files with 70 additions and 22837 deletions
8
test/tests.js
Normal file
8
test/tests.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
const {test} = require('scar');
|
||||
const {pinHtml} = require('./util/pin');
|
||||
|
||||
require('./tests/premisses');
|
||||
|
||||
pinHtml();
|
||||
|
||||
test.cli({sync: true});
|
Loading…
Add table
Add a link
Reference in a new issue