Skip to content

Commit

Permalink
updating test file to pass with new marked expect block
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethus Suen committed Apr 15, 2015
1 parent 260af88 commit fab471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.exportFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('.exportFile([fileName], [type])', function () {

it('should export the current file as HTML with a null parameter as it\'s first', function () {
contents = editor.exportFile(null, 'html');
expect(contents).to.be('<h1>foo</h1>\n<h2>bar</h2>\n');
expect(contents).to.be('<h1 id="foo">foo</h1>\n<h2 id="bar">bar</h2>\n');
});

it('should return undefined when a file doesn\'t exist', function () {
Expand Down

0 comments on commit fab471e

Please sign in to comment.