diff options
Diffstat (limited to 'test/assets-inliner.js')
-rw-r--r-- | test/assets-inliner.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/assets-inliner.js b/test/assets-inliner.js index dd63b41..cb02e42 100644 --- a/test/assets-inliner.js +++ b/test/assets-inliner.js @@ -47,5 +47,9 @@ describe('Assets Inliner Output', function() { output.should.have.file(src); }); }); + + describe('Remote Assets', function() { + + }); }); |