Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Aug 31, 2021
1 parent 5bf8945 commit 28dec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"test-promises-standalone": "run-s init test-promises",
"test-observables-run": "node tests/observables/adapter && node tests/observables/adapter-pure",
"test-observables-standalone": "run-s init test-observables",
"test-observables": "run-p build-observables-test test-observables-run",
"test-observables": "run-s build-observables-test test-observables-run",
"test-entries": "run-p test-entries-basic test-entries-content",
"test-entries-basic": "zx tests/commonjs.mjs",
"test-entries-content": "zx tests/commonjs-entries-content.mjs",
Expand Down

0 comments on commit 28dec98

Please sign in to comment.