mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-25 21:21:54 +00:00
Migrate from create react app to vite
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import expect from 'expect';
|
||||
import {expect, describe, it} from '@jest/globals';
|
||||
import {createIntl} from 'react-intl';
|
||||
import {calcAge} from './age_util';
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import {expect, describe, it} from '@jest/globals';
|
||||
import {getName, normalizeGedcom} from './gedcom_util';
|
||||
|
||||
describe('normalizeGedcom()', () => {
|
||||
|
||||
Reference in New Issue
Block a user