Skip to content

Commit

Permalink
Build updates (#547)
Browse files Browse the repository at this point in the history
* require lodash functions directly

* update to webpack 3.6

* Update to jest (WIP)

* updates for CI

* fix typo

* make external jest config

* remove karma, phantom

* add coverals, artifacts, junit

* regen yarn.lock

* test with cypres wip

* add junit for circleci

* update path for junit

* ensure test sub folders exist

* fix path

* fix circle reporting

* increase test coverage
  • Loading branch information
ssetem committed Oct 16, 2017
1 parent 5f240bb commit 92b5aee
Show file tree
Hide file tree
Showing 190 changed files with 8,651 additions and 26,107 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ $CIRCLE_TEST_REPORTS
_book
coverage
lib
stats.json
dist
test-report.xml
e2e-results.xml
unit-results.xml
cypress/videos
cypress/screenshots
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ test/e2e/generated
npm-debug.log
lib/__test__
$CIRCLE_TEST_REPORTS
dist
cypress
_book
coverage
test-report.xml
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A suite of react components to help create a UI quickly for elasticsearch",
"main": [
"release/bundle.js",
"release/styles.css"
"release/theme.css"
],
"dependencies": {},
"devDependencies": {},
Expand Down
Loading

0 comments on commit 92b5aee

Please sign in to comment.