Change tests comman to payground

This commit is contained in:
Paulo Gustavo Veiga 2021-10-02 11:12:39 -07:00
parent ca7914b936
commit 27f4b41740
4 changed files with 6 additions and 6 deletions

View File

@ -28,9 +28,9 @@ cd packages/mindplot
To build up the package mindplot and use in production, you have to use command `yarn build` To build up the package mindplot and use in production, you have to use command `yarn build`
## Testing ## Payground
For the testings of mindplot you need use command `yarn test` for run this enviroment. For the testings of mindplot you need use command `yarn payground` for run this enviroment.
once this is done, it will open the explorer where you can see a menu with the tests carried out. once this is done, it will open the explorer where you can see a menu with the tests carried out.
## Usage ## Usage

View File

@ -21,7 +21,7 @@
}, },
"scripts": { "scripts": {
"build": "webpack --config webpack.prod.js", "build": "webpack --config webpack.prod.js",
"test": "webpack serve --config webpack.test.js", "payground": "webpack serve --config webpack.test.js",
"start": "webpack serve --config webpack.dev.js" "start": "webpack serve --config webpack.dev.js"
}, },
"dependencies": { "dependencies": {

View File

@ -28,9 +28,9 @@ cd packages/web2d
To build up the package web2d and use in production, you have to use command `yarn build` To build up the package web2d and use in production, you have to use command `yarn build`
## Testing ## Payground
For the testings of web2d you need use command `yarn test` for run this enviroment. For the testings of web2d you need use command `yarn payground` for run this enviroment.
once this is done, it will open the explorer where you can see a menu with the tests carried out. once this is done, it will open the explorer where you can see a menu with the tests carried out.
## Usage ## Usage

View File

@ -22,7 +22,7 @@
"scripts": { "scripts": {
"start": "nodemon --watch lib", "start": "nodemon --watch lib",
"build": "webpack --config webpack.prod.js", "build": "webpack --config webpack.prod.js",
"test": "webpack serve --config webpack.test.js" "payground": "webpack serve --config webpack.test.js"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.14.6", "@babel/core": "^7.14.6",