Skip to content

Commit 9c72c38

Browse files
committed
chore: update test case
1 parent bfdcb13 commit 9c72c38

File tree

7 files changed

+3
-8
lines changed

7 files changed

+3
-8
lines changed

.cspell.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"*.webp",
5353
"node_modules",
5454
"coverage",
55-
"*.log",
56-
"test/lock-files/url/**"
55+
"*.log"
5756
]
5857
}

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
/node_modules
44
/test/fixtures
55
CHANGELOG.md
6-
test/lock-files/url/**

eslint.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import { defineConfig } from "eslint/config";
22
import configs from "eslint-config-webpack/configs.js";
33

44
export default defineConfig([
5-
{
6-
ignores: ["test/lock-files/url/**"],
7-
},
85
{
96
extends: [configs["recommended-dirty"]],
107
},

test/loader.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@ describe("loader", () => {
229229
allowedUris: [() => true],
230230
lockfileLocation: path.resolve(
231231
__dirname,
232-
"./lock-files/url/lock.json",
232+
"./outputs/url/lock.json",
233233
),
234-
cacheLocation: path.resolve(__dirname, "./lock-files/url"),
234+
cacheLocation: path.resolve(__dirname, "./outputs/url"),
235235
},
236236
},
237237
},
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)