Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
test: Execute all unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Jan 7, 2021
1 parent 70d8aaa commit 893fb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {

// The glob patterns Jest uses to detect test files
testMatch: ["<rootDir>/test/**/*.spec.js"],
testMatch: ["<rootDir>/test/**/memoryV3.spec.js"],
// testMatch: ["<rootDir>/test/**/memoryV3.spec.js"],

transform: {
".js$": "babel-jest",
Expand Down

0 comments on commit 893fb6f

Please sign in to comment.