Skip to content

Commit d0274ec

Browse files
committed
Removes test.only
1 parent 2888557 commit d0274ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-docs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ This is a normal document.`,
978978
})
979979
})
980980

981-
test.only('Should passthrough `topNav` property', async () => {
981+
test('Should passthrough `topNav` property', async () => {
982982
const { tempDir, readFile } = await createTempFiles([
983983
{
984984
path: './docs/manifest.json',

0 commit comments

Comments
 (0)