Started writing parsing tests

This commit is contained in:
Konstantin Mamalakis 2018-03-02 19:45:58 +02:00 committed by Josh Harvey
parent 2232340f6f
commit 7c0af44f46
6 changed files with 180 additions and 2 deletions

10
tests/ofac/matching.js Normal file
View file

@ -0,0 +1,10 @@
const assert = require('assert')
const parser = require('../../lib/ofac/matching')
describe('OFAC', function () {
describe('Matching', function () {
it('should ...')
})
})