Skip to content

Commit

Permalink
fix: tests cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Apr 30, 2024
1 parent a181243 commit 36b40b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions __tests__/tablebuilder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ describe('tablebuilder', () => {
debug("Num of benchmarks: " + benchmarks.length)
let result = tablebuild.buildBenchmarkTable(benchmarks)
let output = readFileSync(__dirname + '/fixtures/output.txt')

debug("Expected: \n" + output.toString())
debug("---")
debug("Result: \n" + result)


expect(result).toBe(output.toString())
})
})
6 changes: 1 addition & 5 deletions dist/index.js

Large diffs are not rendered by default.

0 comments on commit 36b40b5

Please sign in to comment.