Skip to content

Commit 9d9adae

Browse files
author
Rick Harrison
committed
Improves coverage.
1 parent fae193e commit 9d9adae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/filter-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('broccoli-asset-rev', function() {
4141
it('revs the assets and rewrites the source', function(){
4242
var sourcePath = 'tests/fixtures/basic';
4343

44-
var node = new AssetRev(sourcePath + '/input', {
44+
var node = AssetRev(sourcePath + '/input', {
4545
extensions: ['js', 'css', 'png', 'jpg', 'gif', 'map'],
4646
replaceExtensions: ['html', 'js', 'css']
4747
});

0 commit comments

Comments
 (0)