File tree Expand file tree Collapse file tree
packages/js/plugins/uri-resolvers/file-system-resolver Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "@polywrap/plugin-js" : " 0.10.0-pre.7"
2525 },
2626 "devDependencies" : {
27+ "@polywrap/client-config-builder-js" : " 0.10.0-pre.7" ,
2728 "@polywrap/client-js" : " 0.10.0-pre.7" ,
2829 "@polywrap/fs-plugin-js" : " 0.10.0-pre.7" ,
2930 "@types/jest" : " 26.0.8" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ jest.setTimeout(360000);
1010const simpleWrapperPath = `${ GetPathToTestWrappers ( ) } /wasm-as/simple` ;
1111const simpleWrapperUri = new Uri ( `fs/${ simpleWrapperPath } /build` ) ;
1212
13- describe ( "Filesystem plugin" , ( ) => {
13+ describe ( "Filesystem Resolver plugin" , ( ) => {
1414 let client : PolywrapClient ;
1515
1616 beforeAll ( async ( ) => {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { PolywrapClient } from "@polywrap/client-js";
77import { ExtendableUriResolver } from "@polywrap/uri-resolver-extensions-js" ;
88import { fileSystemPlugin } from "@polywrap/fs-plugin-js" ;
99import { fileSystemResolverPlugin } from "../.." ;
10- import { defaultPackages } from "@polywrap/client-config-builder-js" ;
10+ import { defaultInterfaces } from "@polywrap/client-config-builder-js" ;
1111
1212export const getClient = ( ) => {
1313 return new PolywrapClient (
@@ -26,7 +26,7 @@ export const getClient = () => {
2626 package : fileSystemResolverPlugin ( { } ) ,
2727 } ,
2828 {
29- uri : defaultPackages . fileSystem ,
29+ uri : defaultInterfaces . fileSystem ,
3030 package : fileSystemPlugin ( { } ) ,
3131 } ,
3232 new ExtendableUriResolver ( ) ,
You can’t perform that action at this time.
0 commit comments