[PR #181] [MERGED] Fix: CommonJS and ESM tests #151

Closed
opened 2026-05-23 08:32:00 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: fix/tests


📝 Commits (4)

  • 7c9faa2 moved datasets out of src
  • 203ea22 import datasets without require/import
  • 9647f12 ESM/CommonJS safe unicode module import
  • ece3bc3 chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase/pull/181 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 11/21/2022 **Status:** ✅ Merged **Merged:** 11/21/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/tests` --- ### 📝 Commits (4) - [`7c9faa2`](https://github.com/appy-one/acebase/commit/7c9faa270c41623f36e9b0fb1d00741848f76838) moved datasets out of src - [`203ea22`](https://github.com/appy-one/acebase/commit/203ea226327f4fae435b433d6154479c5bc5c34d) import datasets without require/import - [`9647f12`](https://github.com/appy-one/acebase/commit/9647f125505efd49b1444042f99ef114f462c4b4) ESM/CommonJS safe unicode module import - [`ece3bc3`](https://github.com/appy-one/acebase/commit/ece3bc3e87325af6dd620b38e014762233562fe4) chore: build ### 📊 Changes **54 files changed** (+149 additions, -2518 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description All CommonJS and ESM module tests are now passing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:32:01 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase#151
No description provided.