Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
553d5f0df7 | |||
6cc883dede |
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-05-15 - 1.3.1 - fix(settings)
|
||||||
|
Add local permissions configuration and remove obsolete test output log
|
||||||
|
|
||||||
|
- Added .claude/settings.local.json to configure allowed permissions for web fetch and bash commands
|
||||||
|
- Removed test-output.log to eliminate accidental commit of test artifacts
|
||||||
|
|
||||||
## 2025-05-15 - 1.3.0 - feat(logger)
|
## 2025-05-15 - 1.3.0 - feat(logger)
|
||||||
Improve logging output and add --logfile support for persistent logs
|
Improve logging output and add --logfile support for persistent logs
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/tstest",
|
"name": "@git.zone/tstest",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a test utility to run tests that match test/**/*.ts",
|
"description": "a test utility to run tests that match test/**/*.ts",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
|
|
||||||
🔍 Test Discovery
|
|
||||||
Mode: file
|
|
||||||
Pattern: test/test.single.ts
|
|
||||||
Found: 1 test file(s)
|
|
||||||
|
|
||||||
▶️ test/test.single.ts (1/1)
|
|
||||||
Runtime: node.js
|
|
||||||
✅ single file test execution (1ms)
|
|
||||||
Summary: 1/1 PASSED
|
|
||||||
|
|
||||||
📊 Test Summary
|
|
||||||
┌────────────────────────────────┐
|
|
||||||
│ Total Files: 1 │
|
|
||||||
│ Total Tests: 1 │
|
|
||||||
│ Passed: 1 │
|
|
||||||
│ Failed: 0 │
|
|
||||||
│ Duration: 1230ms │
|
|
||||||
└────────────────────────────────┘
|
|
||||||
|
|
||||||
ALL TESTS PASSED! 🎉
|
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tstest',
|
name: '@git.zone/tstest',
|
||||||
version: '1.3.0',
|
version: '1.3.1',
|
||||||
description: 'a test utility to run tests that match test/**/*.ts'
|
description: 'a test utility to run tests that match test/**/*.ts'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user