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

Commit

Permalink
Add Levitate Check (#23)
Browse files Browse the repository at this point in the history
* Add Levitate Check

* Update package.json
  • Loading branch information
mikhail-vl authored Feb 16, 2023
1 parent a264c5d commit a567819
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Add Dashboard image (#20)
- Update Readme and Changelog (#21)
- Update Release workflow (#22)
- Add Levitate Check (#23)

## 2.1.0 (2022-09-22)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const standard = require('@grafana/toolkit/src/config/jest.plugin.config');
// This process will use the same config that `yarn test` is using
module.exports = {
...standard.jestConfig(),
setupFilesAfterEnv: ['<rootDir>/jest-setup.ts'],
setupFilesAfterEnv: ['<rootDir>/jest-setup.js'],
collectCoverage: true,
coveragePathIgnorePatterns: ['src/icons'],
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"scripts": {
"build": "grafana-toolkit plugin:build --coverage",
"dev": "grafana-toolkit plugin:dev",
"levitate": "npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/runtime,@grafana/ui",
"sign": "grafana-toolkit plugin:sign --rootUrls http://localhost:3000/",
"start": "docker-compose pull && docker-compose up",
"stop": "docker-compose down",
Expand Down

0 comments on commit a567819

Please sign in to comment.