mirror of
https://github.com/langgenius/dify.git
synced 2026-03-27 23:30:54 +08:00
8 lines
207 B
TypeScript
8 lines
207 B
TypeScript
import { FeaturesProvider } from '../index'
|
|
|
|
describe('features index exports', () => {
|
|
it('should export FeaturesProvider from the barrel file', () => {
|
|
expect(FeaturesProvider).toBeDefined()
|
|
})
|
|
})
|