import { assert } from 'chai' describe('Datatokens', () => { describe('#test()', () => { it('should test', async () => { const test = true assert(test === true) }) }) })