microsoft / botframework-components

The repository for components built by Microsoft for the Azure Bot Framework.
https://aka.ms/botdocs
MIT License
112 stars 80 forks source link

feat: [#1514] Port JS CLU Recognizer unit tests #1521

Closed ceciliaavila closed 1 year ago

ceciliaavila commented 1 year ago

Fixes #1514

This PR depends on #1518 which contains the JS CLU Recognizer, and must be merged after this one.

Purpose

This PR ports the CLU Recognizer's unit tests from .NET to JS.

Changes

Tests

This image shows the new unit tests passing. image