Reorganize test directory structure

This commit is contained in:
Joe Fiorini
2015-07-09 11:55:29 -04:00
parent 1f118467b9
commit 8d4e8f1164
34 changed files with 130 additions and 115 deletions

6
awx/ui/tests/support/node/setup/d3.js vendored Normal file
View File

@@ -0,0 +1,6 @@
var exportGlobal = require('../export-global');
var d3 = require('d3');
exportGlobal('d3', d3);