1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

add 2 min request cache, remove a few unneeded semicolons

This commit is contained in:
Daniel Waxweiler
2021-04-04 18:03:05 +02:00
parent 214fc50d6d
commit 28245574d8
11 changed files with 106 additions and 40 deletions

View File

@ -1,5 +1,5 @@
import test from 'ava';
import { DateTimeWrapper } from './date-time-wrapper';
import test from 'ava'
import { DateTimeWrapper } from './date-time-wrapper'
test('#getShortDate usual date', t => {
const d = new DateTimeWrapper('2020-12-24T16:45:00Z')