Skip to content

Commit b4647ab

Browse files
committed
ci - teenytest-proxy Windows support
npm installs packages differently based on the platform. The `.bin` entry the proxy was using is a symlink on UNIX type platforms but may have three different forms on WIndows. The actual installed package will now be required directly. This is still a temporary patch pending fixes for the issues identified in the proxy file. Signed-off-by: Chris. Webster <[email protected]>
1 parent 9694bb3 commit b4647ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/safe-esm/teenytest-proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
//
77
// Once these bugs are solved, we can go back to running teenytest regularly for ESM tests
88

9-
require('../../node_modules/.bin/teenytest')
9+
require('../../node_modules/teenytest/bin/teenytest')

0 commit comments

Comments
 (0)