@@ -1,4 +1,4 @@
-import checkTypes from '../checkTypes';
+import checkTypes from '../checkType';
export default test => {
test.ok(typeof checkTypes === 'function', 'checkTypes should be a function');