Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
evansb committed Jun 21, 2017
1 parent a09a925 commit 94d474e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolchain/src/harness/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const noError = (source: string, options: Partial<Options> = {}) => {
...defaultOptions,
...options
}
const { errorClass, week, explanation } = completeOptions
const { week } = completeOptions
const context = runParser(source, week)
expect(context.parser.errors.length).toBe(0)
}

0 comments on commit 94d474e

Please sign in to comment.