From da1edace295c2d6c54f59841ac065a949db2e16d Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra <14110965+ayushmanchhabra@users.noreply.github.com> Date: Sun, 14 Apr 2024 16:07:15 +0530 Subject: [PATCH] Revert "chore(test): skip puppeteer tests" This reverts commit 562bb5cacc55cba50ee7dc03ed55948685f9ddca. --- js/puppeteer/puppeteer.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/puppeteer/puppeteer.test.js b/js/puppeteer/puppeteer.test.js index d7e6e06..014ce62 100644 --- a/js/puppeteer/puppeteer.test.js +++ b/js/puppeteer/puppeteer.test.js @@ -4,7 +4,7 @@ import { findpath } from 'nw'; import puppeteer from "puppeteer"; import { afterAll, beforeAll, describe, expect, it } from 'vitest'; -describe.skip('NW.js Puppeteer test suite', function () { +describe('NW.js Puppeteer test suite', function () { let browser = undefined; let page = undefined;