mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
fix tests for OrganizationTeams, OrganizationTeamsList
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user