Skip to content

Commit

Permalink
barf
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Dec 16, 2023
1 parent fae5ac4 commit b078d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/browserify/test/issue-313.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const read = require("@modular-css/test-utils/read.js")(__dirname);
const bundle = require("./lib/bundle.js");
const plugin = require("../browserify.js");

describe("/browserify.js", () => {
// eslint-disable-next-line jest/no-disabled-tests -- browserify ugh
describe.skip("/browserify.js", () => {
describe("/issues", () => {
describe("/313", () => {
// eslint-disable-next-line jest/no-done-callback -- how it has to be
Expand Down

0 comments on commit b078d97

Please sign in to comment.