smarthomebridge/test/test.ts
2021-03-15 14:14:26 +00:00

11 lines
246 B
TypeScript

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();