Rename parseReferences.js to findReferences.js (#135)

This is consistent with the single export (findReferences.js now exports
`findReferences`)
This commit is contained in:
Dandelion Mané 2018-04-23 17:59:00 -04:00 committed by GitHub
parent 240f05899c
commit d9d83c1157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// @flow
import {findReferences} from "./parseReferences.js";
import {findReferences} from "./findReferences.js";
describe("findReferences", () => {
it("finds no references when not present", () => {