Revision 05fbfdaa1333dfcbd141cce8af0335432e42eeea authored by Ashley Harrison on 21 June 2022, 08:35:03 UTC, committed by GitHub on 21 June 2022, 08:35:03 UTC
* add unit tests for FolderView

* add basic unit test for Alert component

* prevent flicker of `No results found`
1 parent 9aa440d
Raw File
tsconfig.json
{
  "compilerOptions": {
    "types": ["cypress"]
  },
  "extends": "@grafana/tsconfig/base.json",
  "include": ["**/*.ts"]
}
back to top