Skip to content

Commit 259d99f

Browse files
committed
chore: run tests on node 17.x in CI
1 parent 3b59dbb commit 259d99f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/helpers/getCompiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default (fixture, loaderOptions = {}, config = {}) => {
1717
publicPath: "/webpack/public/path/",
1818
library: "___TEST___",
1919
assetModuleFilename: "[name][ext]",
20-
hashFunction: "md5"
20+
hashFunction: "md5",
2121
},
2222
module: {
2323
rules: [

test/loader.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ describe("loader", () => {
195195
{
196196
output: {
197197
publicPath: "http://example.com",
198+
hashFunction: "md5",
198199
},
199200
module: {
200201
rules: [

0 commit comments

Comments
 (0)