Skip to content

Commit 14c5d27

Browse files
committed
chore: remove unwanted changes
1 parent 9ac992c commit 14c5d27

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

.cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"**/fonts/**",
5151
"node_modules",
5252
"coverage",
53-
"*.log"
53+
"*.log",
54+
"test/outputs/modules.css.json"
5455
]
5556
}

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache: "npm"
4444

4545
- name: Install dependencies
46-
run: npm ci --legacy-peer-deps
46+
run: npm ci
4747

4848
- name: Lint
4949
run: npm run lint
@@ -84,7 +84,7 @@ jobs:
8484
cache: "npm"
8585

8686
- name: Install dependencies
87-
run: npm ci --legacy-peer-deps
87+
run: npm ci
8888

8989
- name: Install webpack ${{ matrix.webpack-version }}
9090
if: matrix.webpack-version != 'latest'

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
module.exports = {
22
testEnvironment: "node",
3-
testPathIgnorePatterns: ["/node_modules/", "/test/runtime/"],
43
};

test/fixtures/assets/unknown.png

-76.3 KB
Binary file not shown.

test/fixtures/unknwon.png

-76.3 KB
Binary file not shown.

test/fixtures/url/assets/unknown.png

-76.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)