Skip to content

Commit

Permalink
Merge branch 'windows-working' of github.com:coasys/ad4m into windows…
Browse files Browse the repository at this point in the history
…-working
  • Loading branch information
fayeed committed Oct 19, 2023
2 parents fba7bf0 + 0c79c2c commit 9de2740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@apollo/client": "3.7.10",
"@peculiar/webcrypto": "^1.1.7",
"@perspect3vism/ad4m": "*",
"@perspect3vism/ad4m": "link:../../core",
"@types/chai": "*",
"@types/chai-as-promised": "*",
"@types/expect": "*",
Expand Down
4 changes: 2 additions & 2 deletions tests/js/tests/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import languageTests from "./language";
import expressionTests from "./expression";
import neighbourhoodTests from "./neighbourhood";
import runtimeTests from "./runtime";
import { Crypto } from "@peculiar/webcrypto"
//import { Crypto } from "@peculiar/webcrypto"
import directMessageTests from "./direct-messages";
import agentLanguageTests from "./agent-language";
import socialDNATests from "./social-dna-flow";
Expand All @@ -25,7 +25,7 @@ const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);

//@ts-ignore
global.crypto = new Crypto();
//global.crypto = new Crypto();

const TEST_DIR = `${__dirname}/../tst-tmp`

Expand Down

0 comments on commit 9de2740

Please sign in to comment.