merge conflict#1770
Conversation
Menghilangkan nomor FM di cetakan po eks & bon unit garment
update module
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
| this.timeout(2 * 60000); | ||
|
|
||
| // Auth | ||
| Auth |
There was a problem hiding this comment.
Expected an assignment or function call and instead saw an expression.
Missing semicolon.
| supplierDataUtil.getTestData() | ||
| .then((result) => { | ||
| done(); | ||
| }) |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| }); | ||
|
|
||
| it('#03. should success create supplier test data', function (done) { | ||
| supplierDataUtil.getTestData() |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| unitReceiptNoteDataUtil.getNewTestData() | ||
| .then((result) => { | ||
| done(); | ||
| }) |
There was a problem hiding this comment.
'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() |
There was a problem hiding this comment.
'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'); | |||
There was a problem hiding this comment.
'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'); | |||
There was a problem hiding this comment.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
No description provided.