mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 13:27:38 +00:00
f87053cb02
feat: add browser opening to test:notification feat: add c8 and mocha for testing feat: update Docker and ci style: update editorconfig
4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
import * as assert from 'assert';
|
|
|
|
assert.strictEqual(true, true);
|