mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 17:52:13 +00:00
5 lines
145 B
TypeScript
5 lines
145 B
TypeScript
|
import '@fluencelabs/js-client.node';
|
||
|
import { runTest } from '@test/aqua_for_test';
|
||
|
|
||
|
runTest().then(() => console.log('Smoke tests succeed!'));
|