Skip to content

Commit a8c2c5f

Browse files
committed
✅ test: update fixtures
1 parent 159a5b2 commit a8c2c5f

File tree

29 files changed

+29626
-130
lines changed

29 files changed

+29626
-130
lines changed

.eslintrc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@
3232
}
3333
},
3434
{
35-
"files": [
36-
"**/__test__/*.spec.ts",
37-
"**/__test__/util.ts",
38-
"**/__test__/*.util.ts",
39-
"jest.setup.ts"
40-
],
35+
"files": ["**/__test__/*.spec.ts", "**/__test__/util.ts", "**/__test__/*.util.ts"],
4136
"extends": ["@guanghechen", "@guanghechen/ts", "plugin:jest/recommended", "prettier"],
4237
"rules": {
4338
"@typescript-eslint/ban-ts-comment": 0,
File renamed without changes.

_fixtures/codeforces/1082/G/data.json renamed to fixtures/oj/codeforces/1082/G/data.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
],
2424
"answer": 0
2525
},
26+
{
27+
"input": [[1], []],
28+
"answer": 0
29+
},
2630
{
2731
"input": [
2832
[

0 commit comments

Comments
 (0)