Girish Ramakrishnan
5fad46b733
test: convert test to ESM
...
Replace CommonJS require() with ESM imports, add "type": "module"
to test/package.json, remove 'use strict' and jshint directives,
replace __dirname with import.meta.dirname.
Made-with: Cursor
2026-04-15 16:16:54 +02:00
Girish Ramakrishnan
6581c225c0
Replace expect.js with node:assert/strict
...
expect.js is unmaintained and unnecessary — Node's built-in assert
module covers all our assertion patterns. This also removes expect.js
from package.json dependencies.
Made-with: Cursor
2026-04-15 15:37:12 +02:00
Girish Ramakrishnan
da4875d17f
Fix test
2025-09-29 09:59:20 +02:00
Johannes Zellner
067a448120
Fixup tests
2025-08-19 09:46:38 +02:00
Girish Ramakrishnan
4a1c4f7eab
Fix test
2025-05-04 14:58:34 +02:00
Vladimir D
9194eb2a61
enableApi fix
2025-02-25 15:28:20 +04:00
Vladimir D
0d31e89741
tests fixed
2025-02-25 14:25:59 +04:00
Johannes Zellner
81ac195aa3
Prepare for ci
2024-11-09 10:46:04 +01:00
Johannes Zellner
c70b70d6b0
Fixup tests
2024-06-05 20:29:29 +02:00
Girish Ramakrishnan
81bd749001
Fix test name
2024-05-23 18:10:22 +02:00
Johannes Zellner
a2a59d1a1b
Fixup tests
2023-12-24 13:42:07 +01:00
Girish Ramakrishnan
84ccab7e9f
Fix test
2023-10-31 00:00:04 +01:00
Girish Ramakrishnan
2a5c04fdd7
Fixup tests
2023-10-27 15:48:46 +02:00
Vladimir D
f8e08f1c51
OIDC auth implemented, tests amended
2023-10-27 12:36:22 +04:00
Girish Ramakrishnan
20097b8daf
Version 1.17.0
2023-10-09 07:51:48 +05:30
Johannes Zellner
c11b32c15b
Asyncify tests
2022-01-03 11:45:00 +01:00
Johannes Zellner
f3e4134dd5
Fixup tests
2022-01-02 16:43:53 +01:00
Girish Ramakrishnan
2ff1b29ace
remove unused env
2021-02-20 11:40:11 -08:00
Girish Ramakrishnan
2b04304570
Fix tests
2020-09-23 14:34:55 -07:00
Girish Ramakrishnan
1c76ea9711
Fix tests
2020-07-16 16:02:38 -07:00
Girish Ramakrishnan
a53767f937
Version 1.9.1
2020-06-01 19:02:02 -07:00
Girish Ramakrishnan
da0021a5cf
Fix tests
2019-11-22 10:26:47 -08:00
Girish Ramakrishnan
03f5d712f5
Version 1.6.3
2019-07-29 11:47:10 -07:00
Girish Ramakrishnan
c124139059
Fix tests
2019-02-03 15:55:19 -08:00
Girish Ramakrishnan
213e1e740f
Fixup tests for base url and password
2019-01-03 17:03:49 -08:00
Girish Ramakrishnan
3594901aee
Fix tests
2018-09-09 18:45:57 -07:00
Girish Ramakrishnan
5bb5fae5c8
fix promise use
2018-09-09 18:31:57 -07:00
Girish Ramakrishnan
9aa88ae21a
Add test for static files
2018-05-31 14:29:20 -07:00
Girish Ramakrishnan
dabba92680
add chromedriver
2018-05-21 14:27:21 -07:00
Johannes Zellner
7d731e71a6
Add update tests
2018-03-19 12:01:48 +01:00
Dennis Schwerdel
83ee152f4f
Changed test location to test
2017-06-01 10:43:14 +02:00
Dennis Schwerdel
4b4560e178
Added --wait for reconfigure in test
2017-05-24 20:28:54 +02:00
Girish Ramakrishnan
7691695423
Add test for api configuration
...
https://github.com/FreshRSS/FreshRSS/issues/443#issuecomment-36666133
2017-05-24 11:19:30 -07:00
Dennis Schwerdel
0dfbe30164
First working version
2017-02-17 11:28:42 +01:00