mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-23 19:47:04 -04:00
Update deps.
This commit is contained in:
parent
2008d0755c
commit
9b88cdeb9b
7 changed files with 12 additions and 18 deletions
10
test/index.js
Normal file
10
test/index.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
const {test} = require('scar');
|
||||
const {pinHtml} = require('./util/pin');
|
||||
|
||||
require('./tests/premisses');
|
||||
require('./tests/unit/core/event');
|
||||
require('./tests/unit/core/format');
|
||||
|
||||
pinHtml();
|
||||
|
||||
test.cli({sync: true});
|
Loading…
Add table
Add a link
Reference in a new issue