mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #180] [MERGED] Ported tests to TypeScript, added ESM test project #152
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase/pull/180
Author: @appy-one
Created: 11/21/2022
Status: ✅ Merged
Merged: 11/21/2022
Merged by: @appy-one
Base:
master← Head:improvement/typescript-cjs-esm-tests📝 Commits (10+)
c1f8596Ported tests to TypeScript, moved into srcf1d2422Use CommonJS dist for default testing92b32b3added TEST.md7108f8anew ESM test package09c25f0fix AsyncTaskBatch constructor and JSDoc89a7199add ESM test script211e2ccfix path, now expects running from repository root8e0ab62allow import(json), skip .d.ts lib checks0e6bfe6use latest acebase-core commite473fe7chore: build📊 Changes
218 files changed (+10904 additions, -872 deletions)
View changed files
📝
dist/browser.js(+1 -1)📝
dist/cjs/async-task-batch.js(+1 -1)📝
dist/cjs/async-task-batch.js.map(+1 -1)➕
dist/cjs/async-task-batch.spec.js(+21 -0)➕
dist/cjs/async-task-batch.spec.js.map(+1 -0)➕
dist/cjs/binary.spec.js(+84 -0)➕
dist/cjs/binary.spec.js.map(+1 -0)➕
dist/cjs/btree/binary-tree.spec.js(+310 -0)➕
dist/cjs/btree/binary-tree.spec.js.map(+1 -0)➕
dist/cjs/btree/tree.spec.js(+90 -0)➕
dist/cjs/btree/tree.spec.js.map(+1 -0)➕
dist/cjs/geohash.spec.js(+18 -0)➕
dist/cjs/geohash.spec.js.map(+1 -0)➕
dist/cjs/node-transaction.spec.js(+140 -0)➕
dist/cjs/node-transaction.spec.js.map(+1 -0)➕
dist/cjs/quicksort.spec.js(+81 -0)➕
dist/cjs/quicksort.spec.js.map(+1 -0)➕
dist/cjs/test/arrays.spec.js(+104 -0)➕
dist/cjs/test/arrays.spec.js.map(+1 -0)➕
dist/cjs/test/bulk-import.spec.js(+61 -0)...and 80 more files
📄 Description
The entire codebase has now been ported to TypeScript! 🚀🥳
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.