Skip to content

Commit

Permalink
test: rename test to a reasonable name
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Nov 24, 2024
1 parent 47a6cc6 commit d8e757d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createIntegrationTest, assertContainFiles } from '../utils'

describe('integration duplicate-entry', () => {
describe('node-mixed-legacy-modern-entries', () => {
it('should deduplicate entries', async () => {
await createIntegrationTest(
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "node-mixed-legacy-modern-entries",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d8e757d

Please sign in to comment.