smarthomebridge/test/test.ts

11 lines
246 B
TypeScript
Raw Normal View History

2021-03-15 14:14:26 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as smarthomebridge from '../ts/index';
import * as homebridge from 'homebridge';
tap.test('first test', async () => {
console.log(smarthomebridge.standardExport);
});
tap.start();