mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 22:05:57 +00:00
01f92ed72f
fixes enumeration test and test setup add async store api tests Log benchmark test errors and some other minor edits Only delete .realm* files for tests sql lite tests run all the tests worthless Make SQLite benchmarks work Make Realm insertion benchmark work like SQLite run each test in release multiple times Open each database once per benchmark test Use same AppDelegate for benchmarks as the example This will load the non-dev JS from the packager. Make the benchmarks actually match their labels Delete benchmark databases during setup phase Some minor code style updates to benchmarks query tests make query test mostly work bug fix and improved logging remove double insertions improved logging and bugfix better logging batch insersions more reasonable counts android
66 lines
1.8 KiB
Plaintext
66 lines
1.8 KiB
Plaintext
[ignore]
|
|
|
|
# We fork some components by platform.
|
|
.*/*.web.js
|
|
.*/*.android.js
|
|
|
|
# Some modules have their own node_modules with overlap
|
|
.*/node_modules/node-haste/.*
|
|
|
|
# Ugh
|
|
.*/node_modules/babel.*
|
|
.*/node_modules/babylon.*
|
|
.*/node_modules/invariant.*
|
|
|
|
# Ignore react and fbjs where there are overlaps, but don't ignore
|
|
# anything that react-native relies on
|
|
.*/node_modules/fbjs/lib/Map.js
|
|
.*/node_modules/fbjs/lib/Promise.js
|
|
.*/node_modules/fbjs/lib/fetch.js
|
|
.*/node_modules/fbjs/lib/ExecutionEnvironment.js
|
|
.*/node_modules/fbjs/lib/isEmpty.js
|
|
.*/node_modules/fbjs/lib/crc32.js
|
|
.*/node_modules/fbjs/lib/ErrorUtils.js
|
|
|
|
# Flow has a built-in definition for the 'react' module which we prefer to use
|
|
# over the currently-untyped source
|
|
.*/node_modules/react/react.js
|
|
.*/node_modules/react/lib/React.js
|
|
.*/node_modules/react/lib/ReactDOM.js
|
|
|
|
# Ignore commoner tests
|
|
.*/node_modules/commoner/test/.*
|
|
|
|
# See https://github.com/facebook/flow/issues/442
|
|
.*/react-tools/node_modules/commoner/lib/reader.js
|
|
|
|
# Ignore jest
|
|
.*/node_modules/jest-cli/.*
|
|
|
|
# Ignore Website
|
|
.*/website/.*
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
node_modules/react-native/Libraries/react-native/react-native-interface.js
|
|
|
|
[options]
|
|
module.system=haste
|
|
|
|
munge_underscores=true
|
|
|
|
module.name_mapper='^image![a-zA-Z0-9$_-]+$' -> 'GlobalImageStub'
|
|
module.name_mapper='^[./a-zA-Z0-9$_-]+\.png$' -> 'RelativeImageStub'
|
|
|
|
suppress_type=$FlowIssue
|
|
suppress_type=$FlowFixMe
|
|
suppress_type=$FixMe
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-0]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-0]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
|
|
|
[version]
|
|
0.20.1
|