Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jan 25, 2023
1 parent 0087883 commit 7b802bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/ranger/__tests__/core/core.test.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { describe, test, it, expect } from 'vitest'

describe('React Ranger', () => {
it('has no tests', () => {
expect('yup').toEqual('yup')
Expand Down
2 changes: 2 additions & 0 deletions packages/react-ranger/__tests__/core/core.test.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { describe, test, it, expect } from 'vitest'

describe('React Ranger', () => {
it('has no tests', () => {
expect('yup').toEqual('yup')
Expand Down
1 change: 0 additions & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ function umdProd({
banner,
jsName,
}: Options): RollupOptions {
console.log(umdExternal)
return {
// UMD (Prod)
external: umdExternal,
Expand Down

0 comments on commit 7b802bf

Please sign in to comment.