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:
Torkel Ödegaard
2019-02-13 11:14:53 +01:00
parent 3b0ae4bd0a
commit cfea8bdcae
132 changed files with 1991 additions and 1690 deletions

View File

@@ -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',