mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 20:19:21 -02:30
Add JSON/YAML components (#267)
Add CodeMirrorInput and VariablesField Add components for syntax highlighting, YAML/JSON toggle
This commit is contained in:
@@ -8,12 +8,15 @@ module.exports = {
|
||||
moduleNameMapper: {
|
||||
'\\.(css|scss|less)$': '<rootDir>/__mocks__/styleMock.js'
|
||||
},
|
||||
setupFiles: [
|
||||
'@nteract/mockument'
|
||||
],
|
||||
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
|
||||
snapshotSerializers: [
|
||||
"enzyme-to-json/serializer"
|
||||
],
|
||||
testMatch: [
|
||||
'<rootDir>/__tests__/**/*.test.{js,jsx}'
|
||||
'<rootDir>/**/*.test.{js,jsx}'
|
||||
],
|
||||
testEnvironment: 'jsdom',
|
||||
testURL: 'http://127.0.0.1:3001',
|
||||
|
||||
Reference in New Issue
Block a user