aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/gleam/should.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gleam/should.gleam b/test/gleam/should.gleam
index 483b1a3..3cedbcd 100644
--- a/test/gleam/should.gleam
+++ b/test/gleam/should.gleam
@@ -25,7 +25,7 @@ if javascript {
"../gleam.js" "inspect"
external fn crash(String) -> anything =
- "../gleam_stdlib.js" "crash"
+ "../gleam_stdlib.mjs" "crash"
pub fn equal(a, b) {
case a == b {