mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
chore: Change strictEqual
to equal
(#10140)
This commit is contained in:
parent
1fdc1561d9
commit
220fd37c63
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ describe('test URIs beginning with a dot', () => {
|
|||
|
||||
const json = await res.json();
|
||||
|
||||
assert.notStrictEqual(json.applinks, {});
|
||||
assert.notEqual(json.applinks, {});
|
||||
});
|
||||
|
||||
it('cannot load a dot folder that is not a well-known URI', async () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue