Skip to content

Commit ae09e2d

Browse files
committed
update
1 parent eda5128 commit ae09e2d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
1010

1111
- fixes
1212

13-
1413
### [3.0.0-alpha.6] - 2025-04-08
1514

1615
- dep(eslint): upgraded to v9

lib/config.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ describe('config', () => {
5252
const mysqlTestCfg = {
5353
host: '127.0.0.1',
5454
port: 3306,
55-
user: 'nictool',
56-
password: 'StaySafeOutThere',
55+
user: 'root',
56+
password: 'root',
5757
database: 'nictool',
5858
timezone: '+00:00',
5959
dateStrings: ['DATETIME', 'TIMESTAMP'],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"start": "NODE_ENV=production node ./server",
1515
"develop": "NODE_ENV=development node --watch server.js ./server",
1616
"test": "./test.sh",
17+
"test:develop": "NODE_ENV=development ./test.sh",
1718
"versions": "npx dependency-version-checker check",
1819
"versions:fix": "npx dependency-version-checker update",
1920
"watch": "./test.sh watch"

0 commit comments

Comments
 (0)