File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
bindings/node.js/test/mechanics Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- import KeyPair from "./support/key_pair" ;
2
- import { mechanics } from "../client/src/index" ;
1
+ import KeyPair from "./../ support/key_pair" ;
2
+ import { mechanics } from "../../ client/src/index" ;
3
3
import * as path from "path" ;
4
4
import { tmpdir } from "os" ;
5
5
import { VcState } from "mechanics" ;
6
6
7
7
jest . setTimeout ( 30000 ) ;
8
8
9
- let infra = require ( "./infrastructure.json" ) ;
9
+ let infra = require ( ".. /infrastructure.json" ) ;
10
10
/**
11
11
* Helper function for sending new events to witnesses and collecting their receipts
12
12
*/
Original file line number Diff line number Diff line change 1
1
import { tmpdir } from "os" ;
2
- import KeyPair from "./support/key_pair" ;
2
+ import KeyPair from ".. /support/key_pair" ;
3
3
import path from "path" ;
4
- import { mechanics , signing , rotating } from "../client/src/index" ;
4
+ import { mechanics , signing , rotating } from "../../ client/src/index" ;
5
5
6
- let infra = require ( "./infrastructure.json" ) ;
6
+ let infra = require ( ".. /infrastructure.json" ) ;
7
7
8
8
describe ( "Rotating" , ( ) => {
9
9
it ( "Rotate keys" , async ( ) => {
You can’t perform that action at this time.
0 commit comments