Ignore experiment tests

These get tested locally.
This commit is contained in:
Jordan Eldredge 2019-06-26 18:01:44 -07:00
parent 3aa7c849b5
commit bdd9461648

View File

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