lamassu-server/tests/ofac/matching.js
2018-05-03 20:20:18 +03:00

10 lines
183 B
JavaScript

const assert = require('assert')
const parser = require('../../lib/ofac/matching')
describe('OFAC', function () {
describe('Matching', function () {
it('should ...')
})
})