We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae193e commit 9d9adaeCopy full SHA for 9d9adae
tests/filter-tests.js
@@ -41,7 +41,7 @@ describe('broccoli-asset-rev', function() {
41
it('revs the assets and rewrites the source', function(){
42
var sourcePath = 'tests/fixtures/basic';
43
44
- var node = new AssetRev(sourcePath + '/input', {
+ var node = AssetRev(sourcePath + '/input', {
45
extensions: ['js', 'css', 'png', 'jpg', 'gif', 'map'],
46
replaceExtensions: ['html', 'js', 'css']
47
});
0 commit comments