1.2.2 • Published 8 months ago

@lidofinance/wallets-testing-extensions v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Extensions Module

Download extensions from chrome store

Install

yarn add @lidofinance/wallets-testing-extensions

Usage

import {ExtensionService, ExtensionsModule} from "@lidofinance/wallets-testing-extensions";

@Module({
    imports: [ExtensionsModule],
})
export class MyModule {
}

// Usage
export class MyService {
    constructor(private extensionService: ExtensionService) {
    }

    async myMethod() {
        const extensionDir = await extensionService.getExtensionDirFromId(
            'nkbihfbeogaeaoehlefnkodbefgpgknn',
        );
        expect(extensionDir).toBeDefined();
    }
}
1.2.0

10 months ago

1.1.0

11 months ago

1.0.5-alpha-sec.1

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.2.2

8 months ago

1.0.4

12 months ago

1.2.1

10 months ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago