Skip to content

Commit

Permalink
fix: don't skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Jul 15, 2020
1 parent 22dcaaf commit fe2e7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe.each`
});
});

fit("getTableNames()", () => {
it("getTableNames()", () => {
const tableNames = reader.getTableNames();
expect(tableNames).toStrictEqual([
"Table1",
Expand Down

0 comments on commit fe2e7b0

Please sign in to comment.