Test#1764
Conversation
| .then((result) => { | ||
| done(); | ||
| }) | ||
| .catch(e => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
|
|
||
| it('#03. should success create inventory test data', function (done) { | ||
| inventoryDocumentDataUtil.getMaterialRequestNoteNewTestData() | ||
| .then((result) => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| .then((result) => { | ||
| done(); | ||
| }) | ||
| .catch(e => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
|
|
||
| it('#02. should success create production order test data', function (done) { | ||
| productionOrderDataUtil.getNewTestData() | ||
| .then((result) => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| .then((result) => { | ||
| done(); | ||
| }) | ||
| .catch(e => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| @@ -0,0 +1,11 @@ | |||
| const supplierDataUtil = require('../../data-util/master/supplier-data-util'); | |||
There was a problem hiding this comment.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| .then((result) => { | ||
| done(); | ||
| }) | ||
| .catch(e => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
|
|
||
| it('#01. should success create machine test data', function (done) { | ||
| machineDataUtil.getTestData() | ||
| .then((result) => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| @@ -0,0 +1,11 @@ | |||
| const machineDataUtil = require('../../data-util/master/machine-data-util'); | |||
There was a problem hiding this comment.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| .then((result) => { | ||
| done(); | ||
| }) | ||
| .catch(e => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| .then((result) => { | ||
| done(); | ||
| }) | ||
| .catch(e => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
|
|
||
| it('#03. should success create inventory test data', function (done) { | ||
| inventoryDocumentDataUtil.getMaterialRequestNoteNewTestData() | ||
| .then((result) => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| .then((result) => { | ||
| done(); | ||
| }) | ||
| .catch(e => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
|
|
||
| it('#02. should success create production order test data', function (done) { | ||
| productionOrderDataUtil.getNewTestData() | ||
| .then((result) => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| .then((result) => { | ||
| done(); | ||
| }) | ||
| .catch(e => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| @@ -0,0 +1,11 @@ | |||
| const supplierDataUtil = require('../../data-util/master/supplier-data-util'); | |||
There was a problem hiding this comment.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| .then((result) => { | ||
| done(); | ||
| }) | ||
| .catch(e => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
|
|
||
| it('#01. should success create machine test data', function (done) { | ||
| machineDataUtil.getTestData() | ||
| .then((result) => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| @@ -0,0 +1,11 @@ | |||
| const machineDataUtil = require('../../data-util/master/machine-data-util'); | |||
There was a problem hiding this comment.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| .then((result) => { | ||
| done(); | ||
| }) | ||
| .catch(e => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
No description provided.