Skip to content

Commit 8c7f8c2

Browse files
committed
test: Rollup options - extract into its own directory
1 parent 0bfba07 commit 8c7f8c2

File tree

6 files changed

+738
-3
lines changed

6 files changed

+738
-3
lines changed

test/package/rollup/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package-lock.json
2+
dist*
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { beforeEach, describe, test, expect } from 'vitest';
44
import { rollup } from 'rollup';
55
import { vol } from 'memfs';
66

7-
import rollupConfig from './rollup.config';
7+
import rollupConfig from './case-options.mjs';
88

9-
describe('package test', () => {
9+
describe('rollup options', () => {
1010
beforeEach(() => {
1111
vol.reset();
1212
});

0 commit comments

Comments
 (0)