mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-23 03:27:08 -04:00
Add jsdom for headless testing.
This commit is contained in:
parent
1d4b4b8a02
commit
a6994150ca
19 changed files with 25 additions and 31 deletions
4
ghu.js
4
ghu.js
|
@ -20,6 +20,10 @@ const webpackCfg = include => ({
|
|||
cacheDirectory: true,
|
||||
presets: ['es2015']
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /jsdom/,
|
||||
loader: 'null-loader'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue