mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 14:47:56 +01:00
Change tests comman to payground
This commit is contained in:
parent
ca7914b936
commit
27f4b41740
@ -28,9 +28,9 @@ cd packages/mindplot
|
||||
|
||||
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.
|
||||
|
||||
## Usage
|
||||
|
@ -21,7 +21,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -28,9 +28,9 @@ cd packages/web2d
|
||||
|
||||
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.
|
||||
|
||||
## Usage
|
||||
|
@ -22,7 +22,7 @@
|
||||
"scripts": {
|
||||
"start": "nodemon --watch lib",
|
||||
"build": "webpack --config webpack.prod.js",
|
||||
"test": "webpack serve --config webpack.test.js"
|
||||
"payground": "webpack serve --config webpack.test.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.6",
|
||||
|
Loading…
Reference in New Issue
Block a user