Skip to content

Commit

Permalink
experiment using vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 committed Dec 14, 2023
1 parent f1aecda commit 6424f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/__tests__/lexiconHelpers.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="jest" />
import { describe, it, expect } from 'vitest'
// import '@testing-library/jest-dom'
import '@testing-library/jest-dom'
//import { render, screen } from '@testing-library/reacqt'

import { getOriginalLanguageStr } from '../lexiconHelpers'
Expand All @@ -11,7 +11,7 @@ describe('persistence.getOriginalLanguageStr', () => {
it('isNT true should return Greek',() => {
// when
const isNT = true
const expected = GREEKq
const expected = GREEK

// then
const results = getOriginalLanguageStr(isNT)
Expand Down

0 comments on commit 6424f8a

Please sign in to comment.