Skip to content

merge conflict#1770

Merged
danliris merged 8 commits into
danliris:testfrom
adityahenanda:test
Apr 18, 2018
Merged

merge conflict#1770
danliris merged 8 commits into
danliris:testfrom
adityahenanda:test

Conversation

@adityahenanda
Copy link
Copy Markdown
Contributor

No description provided.

kristika and others added 7 commits April 16, 2018 12:39
Menghilangkan nomor FM di cetakan po eks & bon unit garment
Update Validasi Generate Data Garment Purchasing
-  Po External
-  Surat Jalan
-  Invoice
- Nota Koreksi Harga
- Nota Koreksi Jumlah
Update Manager - Generate Data Garment Purchasing
add fp regrading result
merge conflict
Comment thread test/index.js Outdated
this.timeout(2 * 60000);

// Auth
Auth
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Expected an assignment or function call and instead saw an expression.
Missing semicolon.

supplierDataUtil.getTestData()
.then((result) => {
done();
})
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 supplier test data', function (done) {
supplierDataUtil.getTestData()
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').

unitReceiptNoteDataUtil.getNewTestData()
.then((result) => {
done();
})
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 unit receipt note test data', function (done) {
unitReceiptNoteDataUtil.getNewTestData()
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').

@@ -1,4 +1,6 @@
const machineDataUtil = require('../../data-util/master/machine-data-util');
const unitReceiptNoteDataUtil= require('../../data-util/purchasing/unit-receipt-note-data-util');
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).

@@ -1,4 +1,6 @@
const machineDataUtil = require('../../data-util/master/machine-data-util');
const unitReceiptNoteDataUtil= require('../../data-util/purchasing/unit-receipt-note-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).

@danliris danliris merged commit 880a0d6 into danliris:test Apr 18, 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.

5 participants