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 be6b51b commit c1fc055Copy full SHA for c1fc055
tests/test-npm.sh
@@ -0,0 +1,10 @@
1
+#!/bin/sh
2
+set -eu
3
+
4
+. "${0%/*}/_init.sh"
5
6
+sandbox-run npm install dotenv
7
8
+# Assert files exist
9
+test -d "$tmpdir"/node_modules/dotenv*
10
+test -d "$tmpdir"/.sandbox*/.npm
0 commit comments