Skip to content

Commit

Permalink
update test name to indicate file output is not expected
Browse files Browse the repository at this point in the history
  • Loading branch information
soumak77 committed Aug 29, 2016
1 parent 33312eb commit e33b4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('Plugin', () => {
path: "./build"
};

it('should compile and produce a build file', function (done) {
it('should compile', function (done) {
plugin.disabled = false;
plugin.compileAssets = true;

Expand Down

0 comments on commit e33b4f5

Please sign in to comment.