Remove stray only

This commit is contained in:
Matthew Jee 2024-09-03 14:37:26 -07:00
parent 633d222b45
commit badeb1386c

View file

@ -16,7 +16,7 @@
import { test as it, expect } from './pageTest';
it.only('should work', async function({ page, browserName }) {
it('should work', async function({ page, browserName }) {
await page.evaluate(() => {
globalThis.objectToDestroy = {};
globalThis.weakRef = new WeakRef(globalThis.objectToDestroy);