mirror of https://github.com/webpack/webpack.git
test: fix
This commit is contained in:
parent
d9d4678c2e
commit
ce8046613f
|
|
@ -1,3 +1,3 @@
|
||||||
module.exports = [
|
module.exports = [
|
||||||
[{ moduleName: /data.poison/, message: /Unexpected token .+ in JSON/ }]
|
[{ moduleName: /data.poison/, message: /Unexpected token .+ JSON/ }]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue