Skip to content

Commit

Permalink
#4745 - Upgrade dependencies
Browse files Browse the repository at this point in the history
- Remove chai dependencies in favor of vitest
  • Loading branch information
reckart committed Apr 21, 2024
1 parent 2dea767 commit f956bb5
Show file tree
Hide file tree
Showing 30 changed files with 523 additions and 3,588 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { expect } from 'chai'
import { describe, it, expect } from 'vitest'
import { INSTANCE as Util } from '../../src/util/Util'

describe('Util', () => {
Expand Down
Loading

0 comments on commit f956bb5

Please sign in to comment.