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

6
src/main.test.ts Normal file
View File

@@ -0,0 +1,6 @@
import test from "ava"
import { result } from "./main.js"
test("it is b", (t) => {
t.deepEqual(result, ["b"])
})