We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f311a commit b94a3ceCopy full SHA for b94a3ce
test/package.test.js
@@ -3,7 +3,7 @@ import packageJson from '../package.json' with { type: 'json' }
3
4
describe('package.json', () => {
5
it('should have the correct name', () => {
6
- expect(packageJson.name).toBe('@hyparam/components')
+ expect(packageJson.name).toBe('hyperparam')
7
})
8
it('should have a valid version', () => {
9
expect(packageJson.version).toMatch(/^\d+\.\d+\.\d+$/)
0 commit comments