Skip to content

Commit

Permalink
Update file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
alchaplinsky committed Jan 31, 2020
1 parent f4d31ad commit 3d5c508
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.editorcofig
.eslintrx.js
.prettierrc
.circleci/
node_modules/
src/
test/
.circleci/
__tests__/
__mocks__/
babel.config.js
webpack.config.js
jest.config.js
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
moduleDirectories: ['node_modules', 'src'],
setupFiles: ['./jest.setup.js']
setupFiles: ['./test/jest.setup.js']
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "npx webpack",
"watch": "npx webpack --watch",
"test": "npx eslint --color src __tests__ && npx jest"
"test": "npx eslint --color src test && npx jest"
},
"repository": {
"type": "git",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3d5c508

Please sign in to comment.