Skip to content

Commit

Permalink
Revert "chore(test): skip puppeteer tests"
Browse files Browse the repository at this point in the history
This reverts commit 562bb5c.
  • Loading branch information
ayushmanchhabra committed Apr 14, 2024
1 parent 562bb5c commit da1edac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/puppeteer/puppeteer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit da1edac

Please sign in to comment.