Skip to content

Commit

Permalink
ci: update exports test
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Dec 1, 2023
1 parent 37d9025 commit 38d6c76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/exports_test.sh
Expand Up @@ -19,6 +19,9 @@ echo "... testing imports"
node --input-type=module - << EOF
import mime from "mime";
import mimelite from "mime/lite";
import standard from "mime/types/standard.js";
import other from "mime/types/other.js";
import pkg from "mime/package.json" assert {type: 'json'};
console.log('okay');
EOF
Expand Down

0 comments on commit 38d6c76

Please sign in to comment.