meh, colocation

This commit is contained in:
MapleLeaf
2021-12-08 00:57:44 -06:00
parent 46ee9d298a
commit 197c24ad01
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
"--no-warnings" "--no-warnings"
], ],
"files": [ "files": [
"tests/**/*.test.ts" "src/**/*.test.ts"
] ]
} }
} }

View File

@@ -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"])