Skip to content

Commit

Permalink
[Tests] fix broken test on master
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 13, 2017
1 parent 68f63f5 commit 1958e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/rules/exports-last.js
Expand Up @@ -53,7 +53,7 @@ ruleTester.run('exports-last', rule, {
// Multiline export
test({
code: `
const foo = 'bar'
const baz = 'quux'
export default function foo () {
const very = 'multiline'
}
Expand Down

0 comments on commit 1958e0b

Please sign in to comment.