Browse Source

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

mightyplow 7 năm trước cách đây
mục cha
commit
ee1797280c
2 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/function/__tests__/checkTypes.test.js
  2. 0 0
      src/function/checkType.js

+ 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