Update builtins to new version (#27)

* Update builtins to new version

* Running integration tests in docker container
This commit is contained in:
Pavel
2021-02-25 15:33:37 +03:00
committed by GitHub
parent d65153e6de
commit 619c8a6d6a
8 changed files with 137 additions and 173 deletions

View File

@ -1,4 +1,4 @@
import { createLocalClient } from '../util';
import { createLocalClient } from '../connection';
describe('== AIR suite', () => {
it('check init_peer_id', async function () {
@ -57,7 +57,7 @@ describe('== AIR suite', () => {
const script = `(call %init_peer_id% ("" "") [""])`;
await expect(client.sendScript(script, undefined, 1)).rejects.toContain("Particle expired");
await expect(client.sendScript(script, undefined, 1)).rejects.toContain('Particle expired');
});
it.skip('call broken script by fetch', async function () {