Ignore experiment tests

These get tested locally.
This commit is contained in:
Jordan Eldredge 2019-06-26 18:01:44 -07:00
parent 20d48b4b3d
commit 4ed35772e1

View File

@ -14,4 +14,5 @@ module.exports = {
transform: {
"^.+\\.(js|ts|tsx)$": "babel-jest",
},
testPathIgnorePatterns: ["/node_modules/", "/experiments/"]
};