Skip to content

Commit

Permalink
Fix typo: 'runtime'
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat authored and ljharb committed Apr 20, 2018
1 parent d8ca5e2 commit e2fdc5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path'
import 'babel-eslint'

export function testFilePath(relativePath) {
return path.join(process.cwd(), './tests/files', relativePath)
return path.join(process.cwd(), './tests/files', relativePath)
}

export const FILENAME = testFilePath('foo.js')
Expand All @@ -31,7 +31,7 @@ export function getFilename(file) {

/**
* to be added as valid cases just to ensure no nullable fields are going
* to crash at runtinme
* to crash at runtime
* @type {Array}
*/
export const SYNTAX_CASES = [
Expand Down

0 comments on commit e2fdc5f

Please sign in to comment.