mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Build svg into components.
This commit is contained in:
parent
fdc73268b7
commit
5682b4d217
64 changed files with 16267 additions and 176 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import * as detect from '../detect';
|
||||
import { expect } from '@jest/globals';
|
||||
|
||||
const IP = '127.0.0.1';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import * as format from '../format';
|
||||
import { expect } from '@jest/globals';
|
||||
|
||||
test('parseTime', () => {
|
||||
expect(format.parseTime(86400 + 3600 + 60 + 1)).toEqual({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue