From da525fb07b16f0c924739c4953952cf487141a56 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Wed, 12 Aug 2020 17:37:11 -0700 Subject: [PATCH] chore: update test --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index dfa2535..7b0707f 100644 --- a/test/index.js +++ b/test/index.js @@ -1,6 +1,6 @@ import { suite } from 'uvu'; import * as assert from 'assert'; -import klona from '../src'; +import { klona } from '../src'; const API = suite('exports');