Skip to content

Commit 1450fd2

Browse files
committed
test: rename back to fixture
1 parent e1e8f06 commit 1450fd2

File tree

6 files changed

+4
-5
lines changed

6 files changed

+4
-5
lines changed

tests/fixture/myFunction.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export function myFunction() {}

tests/fixture/myFunction.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export function myFunction() {}
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@
99
"experimentalDecorators": true
1010
},
1111
"files": ["estree.ts"],
12-
"include": [
13-
"file.ts",
14-
"react.tsx"
15-
]
12+
"include": [ "*.ts", "*.tsx" ]
1613
}

tests/unbound-method.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import unboundMethod, {
66
type Options,
77
} from '../src/rules/unbound-method'
88

9-
const rootPath = path.join(__dirname, './fixtures')
9+
const rootPath = path.join(__dirname, './fixture')
1010

1111
const ruleTester = new RuleTester({
1212
languageOptions: {

0 commit comments

Comments
 (0)