1.2.2 • Published 9 months ago

@lidofinance/wallets-testing-extensions v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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

11 months ago

1.1.0

12 months ago

1.0.8

12 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.2.2

9 months ago

1.0.4

1 year ago

1.2.1

11 months ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago