feat(content): add Pocketpal in the AI section
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user