mirror of https://github.com/grafana/grafana
Tests: Isolate script tests to prevent jest errors locally (#84881)
* test(jest): isolate script tests to prevent jest errors in grafana-server/tmp tests * chore(codeowners): update so generate-transformations matches in docs and tests directorypull/84889/head
parent
473898e47c
commit
f67e56939a
@ -1,4 +1,4 @@ |
||||
import { getMarkdownContent, getJavaScriptContent } from './generate-transformations.ts'; |
||||
import { getMarkdownContent, getJavaScriptContent } from '../docs/generate-transformations.ts'; |
||||
|
||||
describe('makefile script tests', () => { |
||||
// If these tests fail, refer to `./docs/README.md` "Content guidelines" for more information
|
Loading…
Reference in new issue