UNPKG
ts-ebml-esm
Version:
latest (3.0.1)
3.0.1
ebml decoder and encoder
github.com/legokichi/ts-ebml
legokichi/ts-ebml
ts-ebml-esm
/
playwright.config.js
11 lines
(10 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports
=
{
testDir:
'lib'
,
testMatch:
'run_test.js'
,
webServer:
{
command:
'npx http-server'
,
port:
8080
,
reuseExistingServer:
false
},
timeout:
1
*
60
*
1000
, }
;