Skip to content

Commit

Permalink
Fixed test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jul 6, 2018
1 parent ee87122 commit c06ac11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/all.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict"

import {createStore, merge} from "../src/immer-store"
import {createStore, merge} from "../src/remmi"

test("all 1", () => {
const s = createStore({
Expand Down
2 changes: 1 addition & 1 deletion __tests__/base.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict"

import {createStore, merge} from "../src/immer-store"
import {createStore, merge} from "../src/remmi"

test("read & update through lens", () => {
const data = {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"testPathIgnorePatterns": ["examples/"],
"moduleFileExtensions": [
"ts",
"tsx",
Expand Down

0 comments on commit c06ac11

Please sign in to comment.