change @local to @~local

This commit is contained in:
Rene Haas
2022-08-02 16:15:39 +02:00
parent f1948d91b3
commit ea76610bab
33 changed files with 99 additions and 96 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
declare module '@local/playwright-tooling' {
export function playwrightRollup(): void;
export function expectSuccess(page: any): void;
}
declare module '@~local/playwright-tooling' {
export function playwrightRollup(): void;
export function expectSuccess(page: any): void;
}