mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-04-25 13:32:31 +00:00
unskip
This commit is contained in:
parent
b99460957d
commit
e5a1324c2c
@ -13,7 +13,7 @@ describe('Testing run command', () => {
|
|||||||
const func = `\"call(\\\"${message}\\\", \\\"${message}\\\", \\\"${nodeId}\\\")\"`
|
const func = `\"call(\\\"${message}\\\", \\\"${message}\\\", \\\"${nodeId}\\\")\"`
|
||||||
const call = `npm run aqua run -- --addr ${addr} -i cli-run-aqua/caller.aqua -m node_modules/ --func ${func}`
|
const call = `npm run aqua run -- --addr ${addr} -i cli-run-aqua/caller.aqua -m node_modules/ --func ${func}`
|
||||||
|
|
||||||
it.skip('run simple command', async () => {
|
it('run simple command', async () => {
|
||||||
exec(call, (error, stdout, stderr) => {
|
exec(call, (error, stdout, stderr) => {
|
||||||
if (error) {
|
if (error) {
|
||||||
console.error(`error: ${error.message}`);
|
console.error(`error: ${error.message}`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user