[FIX] tests: fix import

This commit is contained in:
Aaron Bohy
2019-10-10 12:30:22 +02:00
committed by Géry Debongnie
parent da1824f4dd
commit aa1b0f502d
+1 -1
View File
@@ -1,6 +1,6 @@
import { makeTestEnv, makeTestFixture, nextTick } from "./helpers";
import { Component, Env } from "../src/component/component";
import { Context, useContext } from "../src/context";
import { Context, useContext } from "../src/Context";
import { xml } from "../src/tags";
import { useState } from "../src/hooks";