feat: integrate PDF Tools with toolbox portal
This commit is contained in:
10
src/toolboxApp.test.ts
Normal file
10
src/toolboxApp.test.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { parseToolboxApp } from '@add-ideas/toolbox-contract';
|
||||
import generatedManifest from '../public/toolbox-app.json';
|
||||
import { toolboxApp } from './toolboxApp';
|
||||
|
||||
describe('toolbox app definition', () => {
|
||||
it('matches the generated public manifest', () => {
|
||||
expect(toolboxApp).toEqual(parseToolboxApp(generatedManifest));
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user