meh, colocation
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
"--no-warnings"
|
"--no-warnings"
|
||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"tests/**/*.test.ts"
|
"src/**/*.test.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import test from "ava"
|
import test from "ava"
|
||||||
import { result } from "../src/main.js"
|
import { result } from "./main.js"
|
||||||
|
|
||||||
test("it is b", (t) => {
|
test("it is b", (t) => {
|
||||||
t.deepEqual(result, ["b"])
|
t.deepEqual(result, ["b"])
|
||||||
Reference in New Issue
Block a user