Skip to content

Commit

Permalink
chore: align multiStats
Browse files Browse the repository at this point in the history
  • Loading branch information
h-a-n-a committed Feb 28, 2024
1 parent a4ad96a commit 2a80528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
31 changes: 0 additions & 31 deletions packages/rspack/tests/MultiStats.test.ts

This file was deleted.

4 changes: 2 additions & 2 deletions webpack-test/MultiStats.test.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"use strict";

// require("./helpers/warmup-webpack");
require("./helpers/warmup-webpack");

const { createFsFromVolume, Volume } = require("memfs");

describe("MultiStats", () => {
it("should create JSON of children stats", done => {
const webpack = require("@rspack/core").rspack;
const webpack = require("..");
const compiler = webpack([
{
context: __dirname,
Expand Down

0 comments on commit 2a80528

Please sign in to comment.