Skip to content

Commit 88436fb

Browse files
mtc2013joaopapereira
authored andcommitted
Fix windows test and document it
1 parent 4809101 commit 88436fb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.MD

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,15 @@ Run tests
3232
$ yarn test
3333
```
3434

35-
**Note :** At this level, you should be able to run the project. In case an upgrade is needed for semantic UI, following the section below.
35+
On windows:
3636

37-
Rebuild the semantic UI asserts
37+
```bash
38+
yarn windows-test
39+
```
40+
41+
**Note :** At this level, you should be able to run the project. In case an upgrade is needed for semantic UI, following the section below.
42+
43+
Rebuild the semantic UI asserts
3844
----------------------------------
3945
This command needs to be run with **npm** - **yarn** does not support interactive prompt installs
4046

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"build": "webpack --mode production",
1313
"fix": "standard --fix",
1414
"test": "export NODE_ENV=testing && standard && jest",
15+
"windows-test": "set NODE_ENV=testing&& standard && jest",
1516
"coveralls": "cat ./coverage/lcov.info | coveralls",
1617
"cypress:ci": "cypress run",
1718
"cypress:local": "cypress open --config baseUrl=http://localhost:8082",

0 commit comments

Comments
 (0)