Skip to content

Commit

Permalink
test: remove TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Quadflieg committed Jun 25, 2020
1 parent 8a4b1f9 commit ba2284a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/cli/formatters/checkstyle.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ describe('CLI', () => {
it('should have stdout output with formatter checkstyle', (done) => {
const expected = fs
.readFileSync(path.resolve(__dirname, 'checkstyle.xml'), 'utf8')
.replace(
'{{path}}',
path
.resolve(__dirname, 'example.html')
// TODO: we need to fix windows backslash
.replace('\\example', '/example')
)
.replace('{{path}}', path.resolve(__dirname, 'example.html'))

const expectedParts = expected.split('\n')

Expand Down

0 comments on commit ba2284a

Please sign in to comment.