UNPKG

@oletizi/audio-tools

Version:

Monorepo for hardware sampler utilities and format parsers

11 lines (10 loc) 306 B
import {hello, description} from '@oletizi/translate' import {expect} from "chai"; describe('Testing @oletizi modules', () => { it('Says hello.', () => { expect(hello()).eq("Hello") }) it ('Exports description() from lib-translate', () => { console.log(description()) }) })