Skip to content

Commit

Permalink
🐛 Fix fixture path
Browse files Browse the repository at this point in the history
  • Loading branch information
steelbrain committed Feb 3, 2016
1 parent 8c6e445 commit 1b0f9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helper-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as path from 'path'
const helpers = require('../lib/helpers')

const bothFile = path.join(__dirname, 'fixtures', 'both.js')
const mixedIndentFile = path.join(__dirname, 'fixtures', 'mixedindent.txt')
const mixedIndentFile = path.join(__dirname, 'fixtures', 'mixedIndent.txt')
const somethingFile = path.join(__dirname, 'fixtures', 'something.js')
const stderrFile = path.join(__dirname, 'fixtures', 'stderr.js')
const stderrScript = path.join(__dirname, 'fixtures', 'stderr') +
Expand Down

0 comments on commit 1b0f9c3

Please sign in to comment.