0
Fork 0
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:
ktym4a 2024-02-16 18:41:16 +07:00 committed by GitHub
parent 1fdc1561d9
commit 220fd37c63

View file

@ -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 () => {