Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
omg please work now
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanvorster committed Jun 16, 2018
1 parent 9bd8a70 commit f5d0c0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
demos/**/*.min.*
dist
.out

# Created by https://www.gitignore.io/api/net,netbeans,sublimetext,phpstorm,windows,osx,node

Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ images
tests
.circleci
.storybook
.out

# Created by https://www.gitignore.io/api/net,netbeans,sublimetext,phpstorm,windows,osx,node

Expand Down
16 changes: 10 additions & 6 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ module.exports = {
"^.+\\.tsx?$": "ts-jest",
"^.+\\.(scss)$": "./tests/helpers/scss-preprocessor.js"
},
moduleNameMapper:{
"\\.(css|less)$": __dirname+"/tests/helpers/stylemock.js",
"\\@storybook/angular/options$": __dirname+"/tests/helpers/stylemock.js",
moduleNameMapper: {
"\\.(css|less)$": __dirname + "/tests/helpers/stylemock.js",
"\\@storybook/angular/options$": __dirname + "/tests/helpers/stylemock.js",
},
"testMatch": [
testMatch: [
"**/tests/*\.test\.*"
],
"snapshotSerializers": [
snapshotSerializers: [
"jest-glamor-react"
]
],
testPathIgnorePatterns: [
"/node_modules/",
"/.out/"
]
};

0 comments on commit f5d0c0f

Please sign in to comment.