Skip to content

Commit b94a3ce

Browse files
committed
fix test
1 parent 50f311a commit b94a3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/package.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import packageJson from '../package.json' with { type: 'json' }
33

44
describe('package.json', () => {
55
it('should have the correct name', () => {
6-
expect(packageJson.name).toBe('@hyparam/components')
6+
expect(packageJson.name).toBe('hyperparam')
77
})
88
it('should have a valid version', () => {
99
expect(packageJson.version).toMatch(/^\d+\.\d+\.\d+$/)

0 commit comments

Comments
 (0)