aboutsummaryrefslogtreecommitdiff
path: root/test/cli/run/run-cjs.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-01mark currently known test fails as `.todo` (#3052)Gravatar dave caruso 1-20/+1
* start this * commit * mark all failing tests as todo * fasdfad * bundler tests * tests * adjust failing tests to todo * comment out some more tests * png as test
2023-05-16Update run-cjs.test.tsGravatar Jarred Sumner 1-1/+0
2023-05-16Fix running commonjs modules as entry point (#2885)Gravatar dave caruso 1-0/+60
* fix cjs run issue * use a primordial * fix behavior * fix it again * fix tste