Ver código fonte

[function.checkType]: rename file according to function name

mightyplow 7 anos atrás
pai
commit
ee1797280c

+ 1 - 1
src/function/__tests__/checkTypes.test.js

@@ -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');

src/function/checkTypes.js → src/function/checkType.js