mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prettier had not been running as a precommit hook for some time so had to run in on all files again
This commit is contained in:
@@ -17,7 +17,7 @@ describe('ElasticDatasource', function(this: any) {
|
||||
|
||||
const templateSrv = {
|
||||
replace: jest.fn(text => {
|
||||
if (text.startsWith("$")) {
|
||||
if (text.startsWith('$')) {
|
||||
return `resolvedVariable`;
|
||||
} else {
|
||||
return text;
|
||||
@@ -94,7 +94,7 @@ describe('ElasticDatasource', function(this: any) {
|
||||
},
|
||||
targets: [
|
||||
{
|
||||
alias: "$varAlias",
|
||||
alias: '$varAlias',
|
||||
bucketAggs: [],
|
||||
metrics: [{ type: 'raw_document' }],
|
||||
query: 'escape\\:test',
|
||||
|
||||
Reference in New Issue
Block a user