create, manager, unit test dev - #1847
Open
lightmild wants to merge 2 commits into
Open
Conversation
houndci-bot
reviewed
Jun 28, 2018
| }); | ||
| }); | ||
|
|
||
| it('#05. should null when get destroyed data', function(done) { |
| }); | ||
| }); | ||
|
|
||
| it('#04. should success when destroy data with id', function(done) { |
| }); | ||
| }); | ||
|
|
||
| it("#03. should success when get Accepting Order Monitoring XLS", function (done) { |
| }); | ||
| }); | ||
|
|
||
| it("#02. should success when get Accepting Order Monitoring", function (done) { |
| var moment = require('moment'); | ||
|
|
||
|
|
||
| before('#00. connect db', function (done) { |
| @@ -0,0 +1,110 @@ | |||
| 'use strict'; | |||
|
|
|||
| var ObjectId = require("mongodb").ObjectId; | |||
| .then((result) => { | ||
| done(); | ||
| }) | ||
| .catch((e) => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
|
|
||
| it(`#06. should success when remove all data`, function(done) { | ||
| manager.collection.remove({}) | ||
| .then((result) => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| }); | ||
| }); | ||
|
|
||
| it(`#06. should success when remove all data`, function(done) { |
There was a problem hiding this comment.
'template literal syntax' is only available in ES6 (use 'esversion: 6').
'it' is not defined.
| should.equal(data, null); | ||
| done(); | ||
| }) | ||
| .catch((e) => { |
There was a problem hiding this comment.
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
create manager sp master plan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
create, manager, unit test dev