25 Commits

Author SHA1 Message Date
Lam Wei Li
745d689696
test: extended timeout interval for OS operations 2022-07-26 17:21:57 +08:00
Zachary Haber
cad9555948
style: run prettier:fix 2022-06-23 01:00:07 +08:00
Lam Wei Li
e378b597a6
style: prepare for prettier:fix 2022-06-23 01:00:00 +08:00
Lam Wei Li
cbfffd4d71
chore(dev): bump eslint-config-airbnb-base from 13.2.0 to 15.0.0 2022-03-14 16:31:03 +08:00
Lam Wei Li
3b3b8452f6
chore(test): improve test coverage for fileAppender and dateFileAppender
appenders/file.js     - Line 65 - return;
appenders/dateFile.js - Line 45 - return;
2022-03-11 18:02:07 +08:00
Lam Wei Li
edc612e5be
chore(test): improve test coverage for dateFileAppender
appenders/dateFile.js - Line 13 - console.error('log4js.dateFileAppender - Writing to file %s, error happened ', filename, err); // eslint-disable-line
2022-03-08 23:43:36 +08:00
Lam Wei Li
d3872208c9
refactor(test): tap v15 - replaced deprecated synonyms, separated tap.has() and tap.match()
https://github.com/tapjs/node-tap/pull/649/files
6d9f5798a9/lib/synonyms.js
2c15bd8779
2022-01-26 20:15:15 +08:00
Lam Wei Li
166f2252f7
refactor(test): replaced tap.tearDown() (deprecated) to tap.teardown() (backward-compatible) in preparation for tap v15
https://github.com/tapjs/node-tap/pull/649/files
2022-01-26 19:14:56 +08:00
Lam Wei Li
8cba85f91d
chore(test): renamed tap.teardown() to tap.tearDown() for consistency (while both works, only tap.tearDown() is documented) 2022-01-19 10:32:21 +08:00
peteriman
c0f95fa53a
chore(test): update teardown() for tests to remove tmp files 2022-01-19 01:37:22 +08:00
Gareth Jones
fa5b566884 chore: tidied up the language in pause test, fixed a date file mock 2019-11-19 08:35:28 +11:00
Gareth
5addabd6f6 chore: changes to get tests passing on windows 2019-08-16 14:26:39 +10:00
Gareth Jones
66fe30e9f4 chore: oh shit I changed the eslint rules 2019-08-01 16:57:32 +10:00
Gareth Jones
f5c73efc44 fix(#887): map maxLogSize to maxSize 2019-05-29 08:32:38 +10:00
Martin Heidegger
a06e2cc83c chore: updated dependencies (including eslint) 2019-02-20 23:07:23 +09:00
Gareth Jones
09c02e0b39 fix: all tests passing now with updated streamroller 2019-01-24 08:33:15 +11:00
Gareth Jones
ee81a50844 chore: work in progress commit as backup 2019-01-05 16:14:46 +11:00
Gareth Jones
551472c293 test(dateFile): fixed a potential test timing issue 2017-11-18 11:02:23 +11:00
Gareth Jones
8627f743ef fix(#614): bumped deps of debug, date-format, streamroller 2017-11-17 08:47:45 +11:00
Gareth Jones
2e035286d1 fix(exit): made exit listeners responsibility of caller 2017-03-20 09:04:36 +11:00
Gareth Jones
c4a6efaf0f fix(test): exit listener test fix for new shutdown functions 2017-03-20 08:47:48 +11:00
Gareth Jones
833c5a0881 chore(merge): merged in changes from master 2017-03-20 08:21:45 +11:00
hansonw
303f10a70d fix(fileAppender): Fix up shutdown functions 2017-03-15 00:41:44 -07:00
Gareth Jones
1d50b82a96 refactor: fixed a few more appenders 2017-02-07 08:53:51 +11:00
Gareth Jones
6838fcdb93 fix(test): date_format -> external lib, dateFile test -> tap 2016-12-30 18:01:50 +11:00