Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/integration/auto-external/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { join } from 'node:path';
import { stripVTControlCharacters as stripAnsi } from 'node:util';
import { expect, test } from '@rstest/core';
import stripAnsi from 'strip-ansi';
import { buildAndGetResults, proxyConsole } from 'test-helper';

import { composeModuleImportWarn } from '../../../packages/core/src/config';
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/config-check/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { join } from 'node:path';
import { stripVTControlCharacters as stripAnsi } from 'node:util';
import { expect, test } from '@rstest/core';
import stripAnsi from 'strip-ansi';
import { buildAndGetResults } from 'test-helper';

test('should throw error when lib array not exists or empty', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/dts-tsgo/bundleFalse.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { spawnSync } from 'node:child_process';
import { existsSync } from 'node:fs';
import { join } from 'node:path';
import { stripVTControlCharacters as stripAnsi } from 'node:util';
import { describe, expect, test } from '@rstest/core';
import stripAnsi from 'strip-ansi';
import {
buildAndGetResults,
createTempFiles,
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/dts/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { spawnSync } from 'node:child_process';
import { existsSync } from 'node:fs';
import { join, normalize } from 'node:path';
import { stripVTControlCharacters as stripAnsi } from 'node:util';
import { describe, expect, test } from '@rstest/core';
import stripAnsi from 'strip-ansi';
import {
buildAndGetResults,
createTempFiles,
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/entry/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import path, { join } from 'node:path';
import { stripVTControlCharacters as stripAnsi } from 'node:util';
import { expect, test } from '@rstest/core';
import stripAnsi from 'strip-ansi';
import { buildAndGetResults, proxyConsole, queryContent } from 'test-helper';

test('default entry', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/external-helpers/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { join } from 'node:path';
import { stripVTControlCharacters as stripAnsi } from 'node:util';
import { expect, test } from '@rstest/core';
import stripAnsi from 'strip-ansi';
import { buildAndGetResults, proxyConsole } from 'test-helper';

test('should not external @swc/helpers by default', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/externals/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { join } from 'node:path';
import { stripVTControlCharacters as stripAnsi } from 'node:util';
import { expect, test } from '@rstest/core';
import stripAnsi from 'strip-ansi';
import { buildAndGetResults, proxyConsole, queryContent } from 'test-helper';

import { composeModuleImportWarn } from '../../../packages/core/src/config';
Expand Down
1 change: 0 additions & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@types/react-dom": "^19.1.9",
"fs-extra": "^11.3.2",
"path-serializer": "0.5.1",
"strip-ansi": "^7.1.2",
"test-helper": "workspace:*",
"tinyglobby": "^0.2.15"
}
Expand Down
Loading