We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62bd84 commit 1436926Copy full SHA for 1436926
scripts/make-module
@@ -23,7 +23,7 @@ touch "$MODULE"/src/index.ts "$MODULE"/tools/index.ts
23
cp packages/api/LICENSE "$MODULE"/
24
25
echo "writing test skeleton..."
26
-cat << EOF > "$MODULE"/test/index.ts
+cat << EOF > "$MODULE"/test/main.test.ts
27
import { expect, test } from "bun:test";
28
// import { } from "../src/index.js"
29
0 commit comments