Skip to content

Commit 7b802bf

Browse files
committed
fix: tests
1 parent 0087883 commit 7b802bf

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

packages/ranger/__tests__/core/core.test.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { describe, test, it, expect } from 'vitest'
2+
13
describe('React Ranger', () => {
24
it('has no tests', () => {
35
expect('yup').toEqual('yup')

packages/react-ranger/__tests__/core/core.test.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { describe, test, it, expect } from 'vitest'
2+
13
describe('React Ranger', () => {
24
it('has no tests', () => {
35
expect('yup').toEqual('yup')

rollup.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ function umdProd({
177177
banner,
178178
jsName,
179179
}: Options): RollupOptions {
180-
console.log(umdExternal)
181180
return {
182181
// UMD (Prod)
183182
external: umdExternal,

0 commit comments

Comments
 (0)