Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from HorusGoul/react-update-all+move-to-functio…
Browse files Browse the repository at this point in the history
…nal-components-with-hooks

Ignore import/no-cycle rule and remove enzyme tests
  • Loading branch information
cvolant committed Nov 14, 2019
2 parents d117895 + 8ca7b1f commit a9f02d1
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 678 deletions.
1 change: 0 additions & 1 deletion imports/api/lists/lists.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable import/no-cycle */
import { Mongo } from 'meteor/mongo';
import { SimpleSchema } from 'meteor/aldeed:simple-schema';
import { Factory } from 'meteor/factory';
Expand Down
1 change: 0 additions & 1 deletion imports/api/todos/incompleteCountDenormalizer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable import/no-cycle */
import { _ } from 'meteor/underscore';
import { check } from 'meteor/check';

Expand Down
1 change: 0 additions & 1 deletion imports/api/todos/todos.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable import/no-cycle */
import { Mongo } from 'meteor/mongo';
import { Factory } from 'meteor/factory';
import faker from 'faker';
Expand Down
105 changes: 0 additions & 105 deletions imports/ui/components/ListHeader.tests.js

This file was deleted.

79 changes: 0 additions & 79 deletions imports/ui/components/TodoItem.tests.js

This file was deleted.

Loading

0 comments on commit a9f02d1

Please sign in to comment.