Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shaselton-usds committed Aug 2, 2024
1 parent 3ae3521 commit bc479e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/common/csv.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import test from "ava"
import { csvColumnName, matchesString, isEmptyString, isNonEmptyString } from "../../src/versions/common/csv.js"
import {
csvColumnName,
matchesString,
isEmptyString,
isNonEmptyString,
} from "../../src/versions/common/csv.js"

test("csvColumnName", (t) => {
t.is(csvColumnName(0), "A")
Expand Down

0 comments on commit bc479e6

Please sign in to comment.