aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-12-27 18:06:31 -0800
committerGravatar GitHub <noreply@github.com> 2021-12-27 18:06:31 -0800
commit336a4b6ac2b4a8ee9a5c972f3d74bfff8eca13e6 (patch)
treef0d56c9f4ea3b318c9c9e635969de46b48d226d5 /src/test
parentc9c7521f4f6763dac8c5910ffcf2451c4c2f60d8 (diff)
downloadbun-336a4b6ac2b4a8ee9a5c972f3d74bfff8eca13e6.tar.gz
bun-336a4b6ac2b4a8ee9a5c972f3d74bfff8eca13e6.tar.zst
bun-336a4b6ac2b4a8ee9a5c972f3d74bfff8eca13e6.zip
Prepare to run unit tests & remove some dead code (#92)
* Remove some dead code * :skull: code * Fix the zig tests * [JS Printer] Print integers faster & less scientific notation on decimals * :skull: dead code * skip * Run all the unit tests
Diffstat (limited to 'src/test')
-rw-r--r--src/test/fixtures/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fixtures/tsconfig.json b/src/test/fixtures/tsconfig.json
index b3105de67..04a8d8eb9 100644
--- a/src/test/fixtures/tsconfig.json
+++ b/src/test/fixtures/tsconfig.json
@@ -4,6 +4,6 @@
"paths": {
"components/*": ["components/*"]
},
- "jsx": "preserve"
+ "jsx": "preserve",
}
}