Skip to content

Commit d10c046

Browse files
Daniel1984JacobPlaster
authored andcommitted
removing comments
1 parent e35a541 commit d10c046

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

test/lib/models/invoice.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const _compact = require('lodash/compact')
66
const _includes = require('lodash/includes')
77
const { Invoice } = require('../../../lib')
88
const testModel = require('../../helpers/test_model')
9-
// const testModelValidation = require('../../helpers/test_model_validation')
109

1110
describe('Invoice model', () => {
1211
testModel({
@@ -20,15 +19,6 @@ describe('Invoice model', () => {
2019
]
2120
})
2221

23-
// testModelValidation({
24-
// model: Invoice,
25-
// validData: {
26-
// invoiceHash: ['foo', 'bar', 'baz', 'qux'],
27-
// invoice: ['foo1', 'bar2', 'baz3', 'qux4'],
28-
// amount: ['0.001', '0.002', '0.003', '0.004']
29-
// }
30-
// })
31-
3222
it('initializes correctly', () => {
3323
const invc = new Invoice([
3424
'invoiceHash',

0 commit comments

Comments
 (0)