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

Commit

Permalink
fix: changed "test" to "spec" files
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Feb 24, 2018
1 parent 7d711d5 commit f048398
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion jest-integration.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
'^.+\\.(ts|tsx)$': './node_modules/ts-jest/preprocessor.js'
},
testMatch: [
'**/integrationTests/**/*.(spec|test).(ts|js)'
'**/integrationTests/**/*.spec.(ts|js)'
],
testEnvironment: 'node',
coverageThreshold: {
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
'^.+\\.(ts|tsx)$': './node_modules/ts-jest/preprocessor.js'
},
testMatch: [
'**/__tests__/**/*.(spec|test).(ts|js)'
'**/__tests__/**/*.spec.(ts|js)'
],
testPathIgnorePatterns: [
'integrationTests'
Expand Down
1 change: 1 addition & 0 deletions src/MosIntegration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default class MosIntegration {
}
});

myMos;

}
}
Expand Down
File renamed without changes.

0 comments on commit f048398

Please sign in to comment.