Use lowercase dexie in the test as well.

This commit is contained in:
Darryl Pogue
2015-06-30 11:00:16 -07:00
parent c8023e0074
commit fb9460cccc
+1 -1
View File
@@ -1,6 +1,6 @@
/// <reference path="dexie.d.ts" />
import Dexie = require("Dexie");
import Dexie = require("dexie");
module Utils {