Started writing parsing tests
This commit is contained in:
parent
2232340f6f
commit
7c0af44f46
6 changed files with 180 additions and 2 deletions
10
tests/ofac/matching.js
Normal file
10
tests/ofac/matching.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
const assert = require('assert')
|
||||
const parser = require('../../lib/ofac/matching')
|
||||
|
||||
describe('OFAC', function () {
|
||||
describe('Matching', function () {
|
||||
|
||||
it('should ...')
|
||||
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue