Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit a567819

Browse files
authored
Add Levitate Check (#23)
* Add Levitate Check * Update package.json
1 parent a264c5d commit a567819

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Add Dashboard image (#20)
1010
- Update Readme and Changelog (#21)
1111
- Update Release workflow (#22)
12+
- Add Levitate Check (#23)
1213

1314
## 2.1.0 (2022-09-22)
1415

File renamed without changes.

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const standard = require('@grafana/toolkit/src/config/jest.plugin.config');
77
// This process will use the same config that `yarn test` is using
88
module.exports = {
99
...standard.jestConfig(),
10-
setupFilesAfterEnv: ['<rootDir>/jest-setup.ts'],
10+
setupFilesAfterEnv: ['<rootDir>/jest-setup.js'],
1111
collectCoverage: true,
1212
coveragePathIgnorePatterns: ['src/icons'],
1313
};

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"scripts": {
2222
"build": "grafana-toolkit plugin:build --coverage",
2323
"dev": "grafana-toolkit plugin:dev",
24+
"levitate": "npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/runtime,@grafana/ui",
2425
"sign": "grafana-toolkit plugin:sign --rootUrls http://localhost:3000/",
2526
"start": "docker-compose pull && docker-compose up",
2627
"stop": "docker-compose down",

0 commit comments

Comments
 (0)