Skip to content

Commit 1436926

Browse files
build: update make-module script
1 parent b62bd84 commit 1436926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make-module

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ touch "$MODULE"/src/index.ts "$MODULE"/tools/index.ts
2323
cp packages/api/LICENSE "$MODULE"/
2424

2525
echo "writing test skeleton..."
26-
cat << EOF > "$MODULE"/test/index.ts
26+
cat << EOF > "$MODULE"/test/main.test.ts
2727
import { expect, test } from "bun:test";
2828
// import { } from "../src/index.js"
2929

0 commit comments

Comments
 (0)