feat(content): add Pocketpal in the AI section

This commit is contained in:
depado
2026-07-10 11:08:10 +02:00
parent 710854510b
commit 4279f8924a
11 changed files with 127 additions and 2 deletions
+2 -2
View File
@@ -133,8 +133,8 @@ describe('open-source directory', () => {
])
const directory = loadDataset('directory', 'en')
it('has 66 entries: free-software license allowlist, https links', () => {
expect(directory).toHaveLength(66)
it('has 67 entries: free-software license allowlist, https links', () => {
expect(directory).toHaveLength(67)
for (const e of directory) {
expect(SPDX_ALLOWED.has(e.license), `${e.name}: license ${e.license}`).toBe(true)
expect(e.url.startsWith('https://'), e.name).toBe(true)