mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
using specific dependency versions
This commit is contained in:
18
package.json
18
package.json
@@ -28,16 +28,16 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"lowdb": "^1.0.0",
|
||||
"request-x-ray": "^0.1.4",
|
||||
"slack": "^10.1.1",
|
||||
"tg-yarl": "^1.3.0",
|
||||
"x-ray": "^2.3.3"
|
||||
"chai": "4.2.0",
|
||||
"lowdb": "1.0.0",
|
||||
"request-x-ray": "0.1.4",
|
||||
"slack": "10.1.1",
|
||||
"tg-yarl": "1.3.0",
|
||||
"x-ray": "2.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^6.1.4",
|
||||
"prettier": "^1.18.2",
|
||||
"proxyquire": "^1.8.0"
|
||||
"mocha": "6.1.4",
|
||||
"prettier": "1.18.2",
|
||||
"proxyquire": "1.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ const mockStats = require('./mocks/mockStats');
|
||||
const proxyquire = require('proxyquire').noCallThru();
|
||||
const expect = require('chai').expect;
|
||||
|
||||
describe.only('#wgGesucht testsuite()', () => {
|
||||
describe('#wgGesucht testsuite()', () => {
|
||||
|
||||
const wgGesucht = proxyquire('../lib/provider/wgGesucht', {
|
||||
'../../conf/config.json': mockConfig,
|
||||
@@ -15,7 +15,7 @@ describe.only('#wgGesucht testsuite()', () => {
|
||||
})
|
||||
});
|
||||
|
||||
it.only('should test wgGesucht provider', async () => {
|
||||
it('should test wgGesucht provider', async () => {
|
||||
return await new Promise(resolve => {
|
||||
wgGesucht.run(mockStats).then(() => {
|
||||
const wgGesuchtDbContent = wgGesucht._getStore()._db;
|
||||
|
||||
18
yarn.lock
18
yarn.lock
@@ -155,7 +155,7 @@ caseless@~0.11.0:
|
||||
version "0.11.0"
|
||||
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7"
|
||||
|
||||
chai@^4.2.0:
|
||||
chai@4.2.0:
|
||||
version "4.2.0"
|
||||
resolved "https://registry.yarnpkg.com/chai/-/chai-4.2.0.tgz#760aa72cf20e3795e84b12877ce0e83737aa29e5"
|
||||
dependencies:
|
||||
@@ -946,7 +946,7 @@ log-symbols@2.2.0:
|
||||
dependencies:
|
||||
chalk "^2.0.1"
|
||||
|
||||
lowdb@^1.0.0:
|
||||
lowdb@1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/lowdb/-/lowdb-1.0.0.tgz#5243be6b22786ccce30e50c9a33eac36b20c8064"
|
||||
dependencies:
|
||||
@@ -1033,7 +1033,7 @@ mkdirp@0.5.1:
|
||||
dependencies:
|
||||
minimist "0.0.8"
|
||||
|
||||
mocha@^6.1.4:
|
||||
mocha@6.1.4:
|
||||
version "6.1.4"
|
||||
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.1.4.tgz#e35fada242d5434a7e163d555c705f6875951640"
|
||||
dependencies:
|
||||
@@ -1252,7 +1252,7 @@ prelude-ls@~1.1.2:
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
|
||||
|
||||
prettier@^1.18.2:
|
||||
prettier@1.18.2:
|
||||
version "1.18.2"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
|
||||
|
||||
@@ -1260,7 +1260,7 @@ promise-polyfill@^1.1.6:
|
||||
version "1.1.6"
|
||||
resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-1.1.6.tgz#cd04eff46f5c95c3a7d045591d79b5e3e01f12d7"
|
||||
|
||||
proxyquire@^1.8.0:
|
||||
proxyquire@1.8.0:
|
||||
version "1.8.0"
|
||||
resolved "https://registry.yarnpkg.com/proxyquire/-/proxyquire-1.8.0.tgz#02d514a5bed986f04cbb2093af16741535f79edc"
|
||||
dependencies:
|
||||
@@ -1313,7 +1313,7 @@ reduce-component@1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/reduce-component/-/reduce-component-1.0.1.tgz#e0c93542c574521bea13df0f9488ed82ab77c5da"
|
||||
|
||||
request-x-ray@^0.1.4:
|
||||
request-x-ray@0.1.4:
|
||||
version "0.1.4"
|
||||
resolved "https://registry.yarnpkg.com/request-x-ray/-/request-x-ray-0.1.4.tgz#58f5401b4f5bd0d44275c36a4659961921bdd8c1"
|
||||
dependencies:
|
||||
@@ -1394,7 +1394,7 @@ signal-exit@^3.0.0:
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
|
||||
|
||||
slack@^10.1.1:
|
||||
slack@10.1.1:
|
||||
version "10.1.1"
|
||||
resolved "https://registry.yarnpkg.com/slack/-/slack-10.1.1.tgz#a74b8a584ac7594e380c4a6e06e90eedbc8a9b04"
|
||||
dependencies:
|
||||
@@ -1544,7 +1544,7 @@ supports-color@^5.3.0:
|
||||
version "3.1.4"
|
||||
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.1.4.tgz#02b279348d337debc39694c5c95f882d448a312a"
|
||||
|
||||
tg-yarl@^1.3.0:
|
||||
tg-yarl@1.3.0:
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/tg-yarl/-/tg-yarl-1.3.0.tgz#74a86c74d65be91001df3c256e86c703a6ea26dc"
|
||||
dependencies:
|
||||
@@ -1680,7 +1680,7 @@ x-ray-parse@^1.0.0, x-ray-parse@~1.0.1:
|
||||
dependencies:
|
||||
format-parser "0.0.2"
|
||||
|
||||
x-ray@^2.3.3:
|
||||
x-ray@2.3.3:
|
||||
version "2.3.3"
|
||||
resolved "https://registry.yarnpkg.com/x-ray/-/x-ray-2.3.3.tgz#15dc09faac09fa3946f3e1837bba546a24dc0f4b"
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user