fix tests for OrganizationTeams, OrganizationTeamsList

This commit is contained in:
Keith Grant
2019-04-08 10:05:22 -04:00
parent 89ecddf662
commit 70137dea5a
10 changed files with 289 additions and 152 deletions

View File

@@ -10,7 +10,7 @@ module.exports = {
},
setupTestFrameworkScriptFile: '<rootDir>/jest.setup.js',
testMatch: [
'<rootDir>/__tests__/**/*.{js,jsx}'
'<rootDir>/__tests__/**/*.test.{js,jsx}'
],
testEnvironment: 'jsdom',
testURL: 'http://127.0.0.1:3001',