1.2.2 • Published 6 months ago

@lidofinance/wallets-testing-extensions v1.2.2

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

8 months ago

1.1.0

9 months ago

1.0.5-alpha-sec.1

10 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.2.2

6 months ago

1.0.4

10 months ago

1.2.1

8 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