mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix meteor scripts in tools/tests/apps/modules/package.json.
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
"description": "Test app exercising many aspects of the Meteor module system.",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.0.0-beta.49",
|
||||
"@babel/plugin-proposal-do-expressions": "^7.0.0-beta.49",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.49",
|
||||
"@babel/runtime": "^7.0.0-beta.49",
|
||||
"@babel/core": "^7.0.0-beta.54",
|
||||
"@babel/plugin-proposal-do-expressions": "^7.0.0-beta.54",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.54",
|
||||
"@babel/runtime": "^7.0.0-beta.54",
|
||||
"acorn": "file:imports/links/acorn",
|
||||
"aws-sdk": "^2.2.41",
|
||||
"cli-color": "^0.2.3",
|
||||
@@ -27,9 +27,9 @@
|
||||
"winston": "^2.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "METEOR_PROFILE=100 TEST_BROWSER_DRIVER=puppeteer meteor ../../../../meteor test --full-app --driver-package meteortesting:mocha",
|
||||
"browser": "METEOR_PROFILE=100 TEST_BROWSER_DRIVER=puppeteer meteor ../../../../meteor test --full-app --driver-package meteortesting:mocha",
|
||||
"test-packages": "TEST_BROWSER_DRIVER=puppeteer meteor../../../../meteor test-packages --driver-package meteortesting:mocha packages/modules-test-package"
|
||||
"test": "METEOR_PROFILE=20 TEST_BROWSER_DRIVER=puppeteer meteor test --full-app --driver-package meteortesting:mocha",
|
||||
"browser": "METEOR_PROFILE=20 TEST_BROWSER_DRIVER=puppeteer meteor test --full-app --driver-package meteortesting:mocha",
|
||||
"test-packages": "TEST_BROWSER_DRIVER=puppeteer meteor test-packages --driver-package meteortesting:mocha packages/modules-test-package"
|
||||
},
|
||||
"meteor": {
|
||||
"testModule": "tests.js"
|
||||
|
||||
Reference in New Issue
Block a user