mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
9 lines
182 B
TypeScript
9 lines
182 B
TypeScript
import Urbit from '../src';
|
|
|
|
describe('blah', () => {
|
|
it('works', () => {
|
|
const connection = new Urbit('~sampel-palnet', '+code');
|
|
expect(connection).toEqual(2);
|
|
});
|
|
});
|