NPM fix, fdescribe removed
gitea/salix/dev This commit looks good Details

This commit is contained in:
Juan Ferrer 2019-06-13 09:49:36 +02:00
parent 89a563eaf9
commit 03205e01ae
5 changed files with 1121 additions and 1124 deletions

852
front/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,11 +20,11 @@
"angular-translate-loader-partial": "^2.18.1",
"flatpickr": "^4.5.2",
"fs-extra": "^5.0.0",
"js-yaml": "^3.12.1",
"js-yaml": "^3.13.1",
"material-design-lite": "^1.3.0",
"mg-crud": "^1.1.2",
"moment-timezone": "^0.5.25",
"npm": "^6.5.0",
"npm": "^6.9.0",
"oclazyload": "^0.6.3",
"require-yaml": "0.0.1",
"validator": "^6.3.0"

View File

@ -1,6 +1,6 @@
const app = require('vn-loopback/server/server');
fdescribe('item clone()', () => {
describe('item clone()', () => {
let nextItemId;
beforeEach(async() => {

1385
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
"loopback": "^3.25.0",
"loopback-boot": "^2.27.1",
"loopback-component-explorer": "^6.3.1",
"loopback-component-storage": "^3.6.0",
"loopback-component-storage": "^3.6.1",
"loopback-connector-mysql": "^5.3.1",
"loopback-connector-remote": "^3.4.1",
"loopback-context": "^3.4.0",