We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7732c commit 63987b8Copy full SHA for 63987b8
test/cli/run
@@ -17,11 +17,6 @@ begin "$root/test_basic" # once more with fingerprinting
17
assert_identical "./dist/bundle-3930f63318329292cd52218fdbd7a70d.js" "./expected.js"
18
end
19
20
-begin "$root/test_global_shim"
21
- faucet
22
- assert_identical "./dist/bundle.js" "./expected.js"
23
-end
24
-
25
begin "$root/test_transpilation"
26
faucet
27
assert_identical "./dist/bundle.js" "./expected.js"
test/cli/test_global_shim/expected.js
test/cli/test_global_shim/faucet.config.js
test/cli/test_global_shim/index.js
0 commit comments