mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
Reorganize test directory structure
This commit is contained in:
6
awx/ui/tests/support/node/setup/d3.js
vendored
Normal file
6
awx/ui/tests/support/node/setup/d3.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
var exportGlobal = require('../export-global');
|
||||
var d3 = require('d3');
|
||||
|
||||
exportGlobal('d3', d3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user