mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #181] [MERGED] Fix: CommonJS and ESM tests #151
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#151
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/181
Author: @appy-one
Created: 11/21/2022
Status: ✅ Merged
Merged: 11/21/2022
Merged by: @appy-one
Base:
master← Head:fix/tests📝 Commits (4)
7c9faa2moved datasets out of src203ea22import datasets without require/import9647f12ESM/CommonJS safe unicode module importece3bc3chore: build📊 Changes
54 files changed (+149 additions, -2518 deletions)
View changed files
📝
dist/cjs/test/data-proxy.spec.js(+2 -1)📝
dist/cjs/test/data-proxy.spec.js.map(+1 -1)➕
dist/cjs/test/dataset.js(+17 -0)➕
dist/cjs/test/dataset.js.map(+1 -0)➖
dist/cjs/test/dataset/meteorites.json(+0 -1000)➖
dist/cjs/test/dataset/movies.json(+0 -172)➖
dist/cjs/test/dataset/users.json(+0 -47)📝
dist/cjs/test/export-import.spec.js(+7 -5)📝
dist/cjs/test/export-import.spec.js.map(+1 -1)📝
dist/cjs/test/include-exclude-filters.spec.js(+2 -1)📝
dist/cjs/test/include-exclude-filters.spec.js.map(+1 -1)📝
dist/cjs/test/indexes.spec.js(+4 -3)📝
dist/cjs/test/indexes.spec.js.map(+1 -1)📝
dist/cjs/test/query.spec.js(+8 -7)📝
dist/cjs/test/query.spec.js.map(+1 -1)📝
dist/cjs/test/recovery.spec.js(+2 -1)📝
dist/cjs/test/recovery.spec.js.map(+1 -1)📝
dist/cjs/unidecode.js(+3 -2)📝
dist/cjs/unidecode.js.map(+1 -1)📝
dist/esm/test/data-proxy.spec.js(+2 -1)...and 34 more files
📄 Description
All CommonJS and ESM module tests are now passing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.