mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-29 11:21:49 -05:00
Move everything to awx/ui_next (#297)
This commit is contained in:
7
awx/ui_next/__mocks__/fileMock.js
Normal file
7
awx/ui_next/__mocks__/fileMock.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
process (src, filename) {
|
||||
return `module.exports=${JSON.stringify(path.basename(filename))};`;
|
||||
},
|
||||
};
|
||||
1
awx/ui_next/__mocks__/styleMock.js
Normal file
1
awx/ui_next/__mocks__/styleMock.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = {};
|
||||
Reference in New Issue
Block a user