mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 12:20:14 +01:00
* modify tsconfig and set up unit tests * generate .d.ts files * setup project dependencies and configuration for unit tests * Add test setup and layout-test-utils along with first spec * Add paths back to tsconfig * remove type=module from package.json * Add typescript definition for .env * update package-lock
7 lines
No EOL
370 B
XML
7 lines
No EOL
370 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuites name="jest tests" tests="1" failures="0" errors="0" time="0.704">
|
|
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2023-05-22T20:54:42" time="0.541" tests="1">
|
|
<testcase classname=" renders login form" name=" renders login form" time="0.035">
|
|
</testcase>
|
|
</testsuite>
|
|
</testsuites> |