Skip to content

Commit ca6b5b2

Browse files
committed
test
1 parent 74affc4 commit ca6b5b2

3 files changed

Lines changed: 73 additions & 35 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"enzyme-adapter-react-16": "^1.15.2",
118118
"enzyme-async-helpers": "^0.9.1",
119119
"eslint": "^6.8.0",
120+
"eslint-plugin-prettier": "^3.1.2",
120121
"jest": "^25.1.0",
121122
"jest-enzyme": "^7.1.2",
122123
"jest-expo": "^36.0.1",

src/__tests__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ test('Plugin should be correctly registered', async () => {
88
// console.log(BB);
99

1010
expect(BB.Plugins.has('@bluebase/plugin-react-navigation')).toBeTruthy();
11-
});
11+
});

yarn.lock

Lines changed: 71 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3502,6 +3502,14 @@ acorn-globals@^4.1.0:
35023502
acorn "^6.0.1"
35033503
acorn-walk "^6.0.1"
35043504

3505+
acorn-globals@^4.3.0:
3506+
version "4.3.4"
3507+
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.4.tgz#9fa1926addc11c97308c4e66d7add0d40c3272e7"
3508+
integrity sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==
3509+
dependencies:
3510+
acorn "^6.0.1"
3511+
acorn-walk "^6.0.1"
3512+
35053513
acorn-globals@^4.3.2:
35063514
version "4.3.2"
35073515
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.2.tgz#4e2c2313a597fd589720395f6354b41cd5ec8006"
@@ -3530,7 +3538,7 @@ acorn@^6.0.1, acorn@^6.1.1:
35303538
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
35313539
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
35323540

3533-
acorn@^6.2.1:
3541+
acorn@^6.0.4, acorn@^6.2.1:
35343542
version "6.4.0"
35353543
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.0.tgz#b659d2ffbafa24baf5db1cdbb2c94a983ecd2784"
35363544
integrity sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==
@@ -4424,6 +4432,13 @@ babylon@^6.18.0:
44244432
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
44254433
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
44264434

4435+
backbone@^1.4.0:
4436+
version "1.4.0"
4437+
resolved "https://registry.yarnpkg.com/backbone/-/backbone-1.4.0.tgz#54db4de9df7c3811c3f032f34749a4cd27f3bd12"
4438+
integrity sha512-RLmDrRXkVdouTg38jcgHhyQ/2zjg7a8E6sz2zxfz21Hh17xDJYUHBZimVIt5fUyS8vbfpeSmTL3gUjTEvUV3qQ==
4439+
dependencies:
4440+
underscore ">=1.8.3"
4441+
44274442
bail@^1.0.0:
44284443
version "1.0.3"
44294444
resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.3.tgz#63cfb9ddbac829b02a3128cd53224be78e6c21a3"
@@ -6216,23 +6231,30 @@ cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0", cssom@^0.3.6:
62166231
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.6.tgz#f85206cee04efa841f3c5982a74ba96ab20d65ad"
62176232
integrity sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A==
62186233

6234+
cssom@^0.3.4, cssom@~0.3.6:
6235+
version "0.3.8"
6236+
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a"
6237+
integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==
6238+
62196239
cssom@^0.4.4:
62206240
version "0.4.4"
62216241
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10"
62226242
integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==
62236243

6224-
cssom@~0.3.6:
6225-
version "0.3.8"
6226-
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a"
6227-
integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==
6228-
62296244
cssstyle@^1.0.0, cssstyle@^1.2.2:
62306245
version "1.2.2"
62316246
resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-1.2.2.tgz#427ea4d585b18624f6fdbf9de7a2a1a3ba713077"
62326247
integrity sha512-43wY3kl1CVQSvL7wUY1qXkxVGkStjpkDmVjiIKX8R97uhajy8Bybay78uOtqvh7Q5GK75dNPfW0geWjE6qQQow==
62336248
dependencies:
62346249
cssom "0.3.x"
62356250

6251+
cssstyle@^1.1.1:
6252+
version "1.4.0"
6253+
resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-1.4.0.tgz#9d31328229d3c565c61e586b02041a28fccdccf1"
6254+
integrity sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA==
6255+
dependencies:
6256+
cssom "0.3.x"
6257+
62366258
cssstyle@^2.1.0:
62376259
version "2.2.0"
62386260
resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.2.0.tgz#e4c44debccd6b7911ed617a4395e5754bba59992"
@@ -7096,24 +7118,24 @@ escape-string-regexp@2.0.0, escape-string-regexp@^2.0.0:
70967118
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
70977119
integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
70987120

7099-
escodegen@^1.11.1, escodegen@^1.9.1:
7100-
version "1.11.1"
7101-
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.11.1.tgz#c485ff8d6b4cdb89e27f4a856e91f118401ca510"
7102-
integrity sha512-JwiqFD9KdGVVpeuRa68yU3zZnBEOcPs0nKW7wZzXky8Z7tffdYUHbe11bPCV5jYlK6DVdKLWLm0f5I/QlL0Kmw==
7121+
escodegen@^1.11.0, escodegen@^1.12.1:
7122+
version "1.13.0"
7123+
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.13.0.tgz#c7adf9bd3f3cc675bb752f202f79a720189cab29"
7124+
integrity sha512-eYk2dCkxR07DsHA/X2hRBj0CFAZeri/LyDMc0C8JT1Hqi6JnVpMhJ7XFITbb0+yZS3lVkaPL2oCkZ3AVmeVbMw==
71037125
dependencies:
7104-
esprima "^3.1.3"
7126+
esprima "^4.0.1"
71057127
estraverse "^4.2.0"
71067128
esutils "^2.0.2"
71077129
optionator "^0.8.1"
71087130
optionalDependencies:
71097131
source-map "~0.6.1"
71107132

7111-
escodegen@^1.12.1:
7112-
version "1.13.0"
7113-
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.13.0.tgz#c7adf9bd3f3cc675bb752f202f79a720189cab29"
7114-
integrity sha512-eYk2dCkxR07DsHA/X2hRBj0CFAZeri/LyDMc0C8JT1Hqi6JnVpMhJ7XFITbb0+yZS3lVkaPL2oCkZ3AVmeVbMw==
7133+
escodegen@^1.11.1, escodegen@^1.9.1:
7134+
version "1.11.1"
7135+
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.11.1.tgz#c485ff8d6b4cdb89e27f4a856e91f118401ca510"
7136+
integrity sha512-JwiqFD9KdGVVpeuRa68yU3zZnBEOcPs0nKW7wZzXky8Z7tffdYUHbe11bPCV5jYlK6DVdKLWLm0f5I/QlL0Kmw==
71157137
dependencies:
7116-
esprima "^4.0.1"
7138+
esprima "^3.1.3"
71177139
estraverse "^4.2.0"
71187140
esutils "^2.0.2"
71197141
optionator "^0.8.1"
@@ -7263,7 +7285,7 @@ eslint-plugin-prefer-arrow@^1.1.6:
72637285
resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.1.7.tgz#4534dd8d2e519cd579a951f95802137365d524a2"
72647286
integrity sha512-epsA4g804mRovlOHSbeO1xxW7REGeUjULRME9MJTJDOVscNIA01AkR66TP4cmHDfD+w72EQ9cPhf37MbZiFI2w==
72657287

7266-
eslint-plugin-prettier@^3.1.1:
7288+
eslint-plugin-prettier@^3.1.1, eslint-plugin-prettier@^3.1.2:
72677289
version "3.1.2"
72687290
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba"
72697291
integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA==
@@ -10381,7 +10403,7 @@ jest-each@^25.1.0:
1038110403
jest-util "^25.1.0"
1038210404
pretty-format "^25.1.0"
1038310405

10384-
jest-environment-enzyme@^7.0.2:
10406+
jest-environment-enzyme@^7.1.2:
1038510407
version "7.1.2"
1038610408
resolved "https://registry.yarnpkg.com/jest-environment-enzyme/-/jest-environment-enzyme-7.1.2.tgz#4561f26a719e8e87ce8c9a6d3f540a92663ba8d5"
1038710409
integrity sha512-3tfaYAzO7qZSRrv+srQnfK16Vu5XwH/pHi8FpoqSHjKKngbHzXf7aBCBuWh8y3w0OtknHRfDMFrC60Khj+g1hA==
@@ -11090,6 +11112,11 @@ joi@^13.x:
1109011112
isemail "3.x.x"
1109111113
topo "3.x.x"
1109211114

11115+
jquery@^3.4.1:
11116+
version "3.4.1"
11117+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"
11118+
integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==
11119+
1109311120
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
1109411121
version "4.0.0"
1109511122
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -12042,6 +12069,11 @@ lru-cache@^5.1.1:
1204212069
dependencies:
1204312070
yallist "^3.0.2"
1204412071

12072+
lunr@^2.3.8:
12073+
version "2.3.8"
12074+
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.8.tgz#a8b89c31f30b5a044b97d2d28e2da191b6ba2072"
12075+
integrity sha512-oxMeX/Y35PNFuZoHp+jUj5OSEmLCaIH4KTFJh7a93cHBoFmpw2IoPs22VIz7vyO2YUnx2Tn9dzIwO2P/4quIRg==
12076+
1204512077
macos-release@^2.2.0:
1204612078
version "2.3.0"
1204712079
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.3.0.tgz#eb1930b036c0800adebccd5f17bc4c12de8bb71f"
@@ -15201,7 +15233,7 @@ prelude-ls@~1.1.2:
1520115233
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
1520215234
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
1520315235

15204-
prepend-http@^1.0.0:
15236+
prepend-http@^1.0.0, prepend-http@^1.0.1:
1520515237
version "1.0.4"
1520615238
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
1520715239
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
@@ -15297,7 +15329,7 @@ process@~0.5.1:
1529715329
resolved "https://registry.yarnpkg.com/process/-/process-0.5.2.tgz#1638d8a8e34c2f440a91db95ab9aeb677fc185cf"
1529815330
integrity sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8=
1529915331

15300-
progress@^2.0.0:
15332+
progress@^2.0.0, progress@^2.0.3:
1530115333
version "2.0.3"
1530215334
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
1530315335
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
@@ -15602,7 +15634,7 @@ raw-body@2.4.0:
1560215634
iconv-lite "0.4.24"
1560315635
unpipe "1.0.0"
1560415636

15605-
rc@^1.1.0, rc@^1.1.6, rc@^1.2.7, rc@^1.2.8:
15637+
rc@^1.0.1, rc@^1.1.0, rc@^1.1.6, rc@^1.2.7, rc@^1.2.8:
1560615638
version "1.2.8"
1560715639
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
1560815640
integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==
@@ -17317,7 +17349,7 @@ shell-quote@1.7.2:
1731717349
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
1731817350
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
1731917351

17320-
shelljs@^0.8.2:
17352+
shelljs@^0.8.3:
1732117353
version "0.8.3"
1732217354
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097"
1732317355
integrity sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==
@@ -18514,7 +18546,7 @@ topo@3.x.x:
1851418546
dependencies:
1851518547
hoek "6.x.x"
1851618548

18517-
tough-cookie@^2.3.3, tough-cookie@^2.3.4:
18549+
tough-cookie@^2.3.3, tough-cookie@^2.3.4, tough-cookie@^2.5.0:
1851818550
version "2.5.0"
1851918551
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
1852018552
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
@@ -18810,10 +18842,15 @@ typedarray@^0.0.6:
1881018842
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1881118843
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1881218844

18813-
typedoc-default-themes@^0.5.0:
18814-
version "0.5.0"
18815-
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.5.0.tgz#6dc2433e78ed8bea8e887a3acde2f31785bd6227"
18816-
integrity sha1-bcJDPnjti+qOiHo6zeLzF4W9Yic=
18845+
typedoc-default-themes@^0.7.2:
18846+
version "0.7.2"
18847+
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.7.2.tgz#1e9896f920b58e6da0bba9d7e643738d02405a5a"
18848+
integrity sha512-fiFKlFO6VTqjcno8w6WpTsbCgXmfPHVjnLfYkmByZE7moaz+E2DSpAT+oHtDHv7E0BM5kAhPrHJELP2J2Y2T9A==
18849+
dependencies:
18850+
backbone "^1.4.0"
18851+
jquery "^3.4.1"
18852+
lunr "^2.3.8"
18853+
underscore "^1.9.1"
1881718854

1881818855
typedoc@^0.16.9:
1881918856
version "0.16.9"
@@ -18832,12 +18869,7 @@ typedoc@^0.16.9:
1883218869
typedoc-default-themes "^0.7.2"
1883318870
typescript "3.7.x"
1883418871

18835-
typescript@3.2.x:
18836-
version "3.2.4"
18837-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d"
18838-
integrity sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==
18839-
18840-
typescript@3.7.5, typescript@^3.4.5:
18872+
typescript@3.7.5, typescript@3.7.x, typescript@^3.4.5:
1884118873
version "3.7.5"
1884218874
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
1884318875
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
@@ -18883,6 +18915,11 @@ umask@^1.1.0, umask@~1.1.0:
1888318915
resolved "https://registry.yarnpkg.com/umask/-/umask-1.1.0.tgz#f29cebf01df517912bb58ff9c4e50fde8e33320d"
1888418916
integrity sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0=
1888518917

18918+
underscore@>=1.8.3, underscore@^1.9.1:
18919+
version "1.9.2"
18920+
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.9.2.tgz#0c8d6f536d6f378a5af264a72f7bec50feb7cf2f"
18921+
integrity sha512-D39qtimx0c1fI3ya1Lnhk3E9nONswSKhnffBI0gME9C99fYOkNi04xs8K6pePLhvl1frbDemkaBQ5ikWllR2HQ==
18922+
1888618923
unherit@^1.0.4:
1888718924
version "1.1.1"
1888818925
resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.1.tgz#132748da3e88eab767e08fabfbb89c5e9d28628c"
@@ -20016,7 +20053,7 @@ ws@^5.2.0:
2001620053
dependencies:
2001720054
async-limiter "~1.0.0"
2001820055

20019-
ws@^6.2.1:
20056+
ws@^6.1.2, ws@^6.2.1:
2002020057
version "6.2.1"
2002120058
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
2002220059
integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==

0 commit comments

Comments
 (0)