Skip to content

Commit 2cba3d8

Browse files
committed
test: add regression test for --preload with same module as main
1 parent 5eccca8 commit 2cba3d8

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"args": "run --preload main.ts main.ts",
3+
"exitCode": 0,
4+
"output": "main.out"
5+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
executed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log("executed");

0 commit comments

Comments
 (0)