Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Apr 18, 2016
1 parent 49850cf commit a3a2f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fis.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ describe('fis: plugin', function() {
]
},'123');
var y = fis.plugin('b', null, 'append');
expect(x).to.deep.equal({ __name: 'sass', __plugin: 'sass',include_paths: ["./static/scss/libaray"],__pos: "123"});
expect(y).to.deep.equal({ __name: 'b', __plugin: 'b',__pos: "append"});
expect(x).to.deep.equal({ __isPlugin: true, __name: 'sass', __plugin: 'sass',include_paths: ["./static/scss/libaray"],__pos: "123"});
expect(y).to.deep.equal({ __isPlugin: true, __name: 'b', __plugin: 'b',__pos: "append"});
fis.time("123");
});
});
Empty file modified test/install/common/page/layout.tpl
100755 → 100644
Empty file.

0 comments on commit a3a2f07

Please sign in to comment.