fix typo
This commit is contained in:
parent
0446cb0aff
commit
315a9f4b3c
2 changed files with 2 additions and 2 deletions
2
lib/config-utils.test.js
generated
2
lib/config-utils.test.js
generated
|
|
@ -200,7 +200,7 @@ ava_1.default("default queries are used", async (t) => {
|
|||
};
|
||||
},
|
||||
});
|
||||
// The important point of this config is that is doesn't specify
|
||||
// The important point of this config is that it doesn't specify
|
||||
// the disable-default-queries field.
|
||||
// Any other details are hopefully irrelevant for this tetst.
|
||||
const inputFileContents = `
|
||||
|
|
|
|||
|
|
@ -225,7 +225,7 @@ test("default queries are used", async t => {
|
|||
},
|
||||
});
|
||||
|
||||
// The important point of this config is that is doesn't specify
|
||||
// The important point of this config is that it doesn't specify
|
||||
// the disable-default-queries field.
|
||||
// Any other details are hopefully irrelevant for this tetst.
|
||||
const inputFileContents = `
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue