[REF] tests: rename makeTestWEnv to makeTestEnv

This commit is contained in:
Géry Debongnie
2019-05-17 15:52:16 +02:00
parent 2ce027a0a6
commit a1e982aba5
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ import { Component, Env } from "../src/component";
import { connect, Store } from "../src/store";
import {
makeTestFixture,
makeTestWEnv,
makeTestEnv,
nextMicroTick,
nextTick
} from "./helpers";
@@ -401,7 +401,7 @@ describe("connecting a component to store", () => {
beforeEach(() => {
fixture = makeTestFixture();
env = makeTestWEnv();
env = makeTestEnv();
});
afterEach(() => {