Skip to content

Test#1764

Merged
danliris merged 3 commits into
danliris:testfrom
jackyruslymoonlay:test
Apr 16, 2018
Merged

Test#1764
danliris merged 3 commits into
danliris:testfrom
jackyruslymoonlay:test

Conversation

@jackyruslymoonlay
Copy link
Copy Markdown
Contributor

No description provided.

.then((result) => {
done();
})
.catch(e => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'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) => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

.then((result) => {
done();
})
.catch(e => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'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) => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

.then((result) => {
done();
})
.catch(e => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

@@ -0,0 +1,11 @@
const supplierDataUtil = require('../../data-util/master/supplier-data-util');
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

.then((result) => {
done();
})
.catch(e => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'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) => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

@@ -0,0 +1,11 @@
const machineDataUtil = require('../../data-util/master/machine-data-util');
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

.then((result) => {
done();
})
.catch(e => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

.then((result) => {
done();
})
.catch(e => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'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) => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

.then((result) => {
done();
})
.catch(e => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'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) => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

.then((result) => {
done();
})
.catch(e => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

@@ -0,0 +1,11 @@
const supplierDataUtil = require('../../data-util/master/supplier-data-util');
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

.then((result) => {
done();
})
.catch(e => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'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) => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

@@ -0,0 +1,11 @@
const machineDataUtil = require('../../data-util/master/machine-data-util');
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

.then((result) => {
done();
})
.catch(e => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 77.86% when pulling e149804 on jackyruslymoonlay:test into 16d9b5e on danliris:test.

@danliris danliris merged commit 36a8604 into danliris:test Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants