Skip to content

Commit

Permalink
getting tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Jul 20, 2024
1 parent 0bd175e commit f445302
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// sum.test.js
import { expect, test } from 'vitest'
import { getConfidenceDefault } from './issue-data.js'
import { getConfidenceDefault } from './normalize.js'

test('getConfidenceDefault', () => {
expect(getConfidenceDefault({fields: {Confidence: 20}})).toBe(20);
Expand Down

0 comments on commit f445302

Please sign in to comment.