Skip to content

Commit

Permalink
Fix scss typescript errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Sep 29, 2021
1 parent a4afaba commit b8c64e5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/reporter/src/main-runner.scss.d.ts
@@ -0,0 +1,7 @@
// This file is automatically generated.
// Please do not change this file!
interface CssExports {

}
export const cssExports: CssExports;
export default cssExports;
7 changes: 7 additions & 0 deletions packages/reporter/src/main.scss.d.ts
@@ -0,0 +1,7 @@
// This file is automatically generated.
// Please do not change this file!
interface CssExports {

}
export const cssExports: CssExports;
export default cssExports;
7 changes: 7 additions & 0 deletions packages/ui-components/cypress/support/test-entry.scss.d.ts
@@ -0,0 +1,7 @@
// This file is automatically generated.
// Please do not change this file!
interface CssExports {

}
export const cssExports: CssExports;
export default cssExports;

0 comments on commit b8c64e5

Please sign in to comment.