Skip to content

Commit

Permalink
fix: material 0.34.1 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hvolschenk committed Apr 14, 2018
1 parent c762039 commit 63e7ac1
Show file tree
Hide file tree
Showing 5 changed files with 1,623 additions and 1,069 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM node:carbon
WORKDIR /app
FROM node:carbon-alpine

WORKDIR /home/node/app

CMD ["npm", "test"]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ services:
build: "."
container_name: "materialr-button"
volumes:
- ./:/app
- ./:/home/node/app
20 changes: 20 additions & 0 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"coveragePathIgnorePatterns": [
"/node_modules/",
"<rootDir>/.jest"
],
"moduleNameMapper": {
"\\.scss$": "<rootDir>/.jest/style-mock.js"
},
"roots": [
"<rootDir>/src"
],
"setupFiles": [
"<rootDir>/.jest/shim.js",
"<rootDir>/.jest/test-setup.js"
],
"testPathIgnorePatterns": [
"/node_modules/",
"<rootDir>/.jest"
]
}
Loading

0 comments on commit 63e7ac1

Please sign in to comment.