Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Balaji Viswanathan b8b7cc0b84 Use LogWriter to write messages to logs in IndexedDbProvider 2024-08-13 09:44:39 -06:00
Thomas Tay aa8c84b38c Create unit tests and an automated testing generator to catch regressions (#27)
Added unit tests for the B Tree, this is located in SortedBTree.spec.ts
Added a test generator that can detect errors in the sorted-btree library through random testing. In fact, this test generator is what generated the unit tests. If there are future errors, the test generator can create additional unit tests to prevent regressions.
Details are in the README in the folder.

We will run both of them as part of the usual test suite.

Other things:
3. Updated the PR build to not generate tags (this was causing problem if we have multiple PRs in flight)
4. Export the OrderedMapType as a type, so we can use it in TMP

Co-authored-by: Thomas Tay <Tay.Thomas@microsoft.com>
2024-08-13 09:44:38 -06:00
Mukundan Kavanur Kidambi 96ff1897c4 Fixes to ignore spec files in published packages,
Removing old method of testing + adding in karma test runner for more modern cli testing.
Improving code coverage to include testing for browser + sharedworker+ webworker for nosqlprovider
2024-08-13 09:36:27 -06:00