Skip to content

Commit 7df6101

Browse files
author
John Doe
committed
refactor: remove references to utils fron test-nx-utils
1 parent aea8224 commit 7df6101

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

testing/test-nx-utils/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"targets": {
77
"build": {},
88
"lint": {},
9-
"unit-test": {}
9+
"unit-test": {},
10+
"int-test": {}
1011
},
1112
"tags": ["scope:shared", "type:testing"]
1213
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { createIntTestConfig } from '../test-setup-config/src/index.js';
2+
3+
export default createIntTestConfig('test-nx-utils');

0 commit comments

Comments
 (0)