Skip to content

Commit

Permalink
chore: misc
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Dec 11, 2024
1 parent a3a79e2 commit 50bd48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/it/navigation.enter.test.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
import { assert, expect} from '@esm-bundle/chai';

runTests(async () => {
describe('Test Resource Loading', () => {
describe('Test Enter Navigation', () => {

it('Can track missing resources', async function test() {
it('Can track a single enter navigation checkpoint', async function test() {
await new Promise((resolve) => {
setTimeout(resolve, 3000);
});
Expand Down

0 comments on commit 50bd48c

Please sign in to comment.