mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Update server side test cases and disable client side tests for now. Integrate later.
This commit is contained in:
parent
ab295a073a
commit
9c880c0bba
13 changed files with 588 additions and 318 deletions
2
spec.js
2
spec.js
|
|
@ -8,5 +8,5 @@ require('angular-mocks');
|
|||
require('./client/components/ui-router/ui-router.mock');
|
||||
|
||||
|
||||
testsContext = require.context('./client', true, /\.spec\.js$/);
|
||||
testsContext = require.context('./client', true, /main.component.spec\.js$/);
|
||||
testsContext.keys().forEach(testsContext);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue