Skip to content

Commit 5a5d548

Browse files
committed
chore: wip
1 parent ce9314a commit 5a5d548

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/blocklist.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { fileURLToPath } from 'node:url'
22
import { $ as html, run } from 'eslint-vitest-rule-tester'
33
import * as vueParser from 'vue-eslint-parser'
4-
import rule from './blocklist'
4+
import rule from '../src/rules/blocklist'
55

66
run({
77
name: 'blocklist',

test/enforce-class-compile.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { fileURLToPath } from 'node:url'
22
import { $ as html, run } from 'eslint-vitest-rule-tester'
33
import * as vueParser from 'vue-eslint-parser'
4-
import rule from './enforce-class-compile'
4+
import rule from '../src/rules/enforce-class-compile'
55

66
run({
77
name: 'enforce-class-compile',

test/order.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { fileURLToPath } from 'node:url'
22
import { $ as html, run } from 'eslint-vitest-rule-tester'
33
import { expect } from 'vitest'
44
import * as vueParser from 'vue-eslint-parser'
5-
import rule from './order'
5+
import rule from '../src/rules/order'
66

77
run({
88
name: 'order',

0 commit comments

Comments
 (0)