Add diffuser config schema
This commit is contained in:
@@ -56,6 +56,7 @@ describe('ConfigManager', () => {
|
||||
it('should include known config names without .json extension', () => {
|
||||
const configs = cm.getAvailableConfigs();
|
||||
expect(configs).toContain('baseConfig');
|
||||
expect(configs).toContain('diffuser');
|
||||
expect(configs).toContain('measurement');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user