Skip to content

Commit

Permalink
minor: rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Oct 19, 2024
1 parent d3247cc commit 35e308f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/format.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ allTestCases.forEach(testCase => {
}
})

const inputFileWithCRLF = fs.readFileSync(path.join(rootDir, 'test_format/line_endings/input.clj'), 'utf8')
const outputFileWithLF = fs.readFileSync(path.join(rootDir, 'test_format/line_endings/output.clj'), 'utf8')
const inputFileWithCRLF = fs.readFileSync(path.join(rootDir, 'test_format/line_endings/crlf_input.clj'), 'utf8')
const outputFileWithLF = fs.readFileSync(path.join(rootDir, 'test_format/line_endings/lf_output.clj'), 'utf8')

test('crlf to lf', () => {
expect(isString(inputFileWithCRLF)).toBe(true)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 35e308f

Please sign in to comment.