Skip to content

Commit 6ca4449

Browse files
fix eslint differently to preserve testing authenticity
1 parent 7603470 commit 6ca4449

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ import { basename, extname, resolve } from 'path'
55
import {
66
any,
77
assert as assertValue,
8+
// eslint-disable-next-line import/named
89
Context,
910
create as createValue,
1011
deprecated,
1112
StructError,
12-
} from '../src'
13+
} from '..'
1314

1415
describe('superstruct', () => {
1516
describe('api', () => {

0 commit comments

Comments
 (0)