Skip to content

Commit 213ceee

Browse files
committed
chore(flow): remove some flow leftovers
1 parent b699f1c commit 213ceee

File tree

8 files changed

+0
-40
lines changed

8 files changed

+0
-40
lines changed

.flowconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.

lib/entities/field.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

test/unit/create-cda-api-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
/* @flow */
21
import test from 'blue-tape'
32
import sinon from 'sinon'
43

5-
// $FlowIgnoreRewire
64
import createCdaApi, {__RewireAPI__ as createCdaApiRewireApi} from '../../lib/create-cda-api'
75
import {contentTypeMock, assetMock, entryMock} from './mocks'
86

test/unit/entities/asset-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import test from 'tape'
32
import {assetMock} from '../mocks'
43
import {wrapAsset, wrapAssetCollection} from '../../../lib/entities/asset'

test/unit/entities/content-type-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import test from 'tape'
32
import {assign} from 'lodash/object'
43
import {cloneDeep} from 'lodash/lang'

test/unit/entities/entry-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import test from 'tape'
32

43
import {entryMock} from '../mocks'

test/unit/mocks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import {assign} from 'lodash/object'
32
import {cloneDeep} from 'lodash/lang'
43

test/unit/sync-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import test from 'blue-tape'
32
import sinon from 'sinon'
43
import {cloneDeep} from 'lodash/lang'

0 commit comments

Comments
 (0)