added example
This commit is contained in:
parent
30404c8701
commit
cb9a12f8a1
18 changed files with 508 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ var testDataCss = function (testName) {
|
|||
|
||||
var testName = '';
|
||||
describe('lib/asset-assembler.js', function() {
|
||||
|
||||
testName = 'test-aggregate-two';
|
||||
describe(testName, function() {
|
||||
this.timeout(10000);
|
||||
|
|
@ -52,6 +53,7 @@ describe('lib/asset-assembler.js', function() {
|
|||
});
|
||||
});
|
||||
});
|
||||
|
||||
testName = 'test-aggregate-two-and-remote';
|
||||
describe(testName, function() {
|
||||
this.timeout(10000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue