Browse Source

Roll back win import removal

Lost in merge conflict....
bubble
Kyle Shockey 7 years ago
parent
commit
6010245210
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/core/utils.js

+ 1
- 1
test/core/utils.js View File

@@ -2,7 +2,7 @@
import expect from "expect" import expect from "expect"
import { fromJS, OrderedMap } from "immutable" import { fromJS, OrderedMap } from "immutable"
import { mapToList, validateNumber, validateInteger, validateParam, validateFile, fromJSOrdered, getAcceptControllingResponse, createDeepLinkPath, escapeDeepLinkPath } from "core/utils" import { mapToList, validateNumber, validateInteger, validateParam, validateFile, fromJSOrdered, getAcceptControllingResponse, createDeepLinkPath, escapeDeepLinkPath } from "core/utils"
import win from "core/window"


describe("utils", function() { describe("utils", function() {




Loading…
Cancel
Save