1
0
mirror of synced 2025-11-08 04:48:04 +00:00
This commit is contained in:
ShinDarth
2018-08-18 23:23:07 +02:00
parent 52ae43292e
commit 960fb27cc7

View File

@@ -1,5 +1,5 @@
// tslint:disable:no-expression-statement
import { test } from 'ava';
import test from 'ava';
import { double, power } from './number';
test('double', t => {