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 5175da1 commit 701fbfaCopy full SHA for 701fbfa
examples/test.sh
@@ -2,5 +2,5 @@
2
set -e
3
4
node dist/factory.js | grep -q "factory { one: 'one', other: 'other' }" && echo "factory ok" || (echo "factory failed" && false)
5
-node dist/ponyfill.js | grep -q "ponyfill { one: 'one', othe: 'other' }" && echo "ponyfill ok" || (echo "ponyfill failed" && false)
+node dist/ponyfill.js | grep -q "ponyfill { one: 'one', other: 'other' }" && echo "ponyfill ok" || (echo "ponyfill failed" && false)
6
node dist/polyfill.js | grep -q "{ one: 'one', other: 'other' }" && echo "polyfill ok" || (echo "polyfill failed" && false)
0 commit comments