@daiyam/artifact-test-vitest-ts 0.2.2 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ /.test/
@@ -2,6 +2,7 @@
2
2
  "extends": "../tsconfig.base.json",
3
3
  "compilerOptions": {
4
4
  /* Basic Options */
5
+ "outDir": "../.test",
5
6
  "rootDir": "..", /* Specify the root directory of input files. */
6
7
 
7
8
  /* Source Map Options */
@@ -6,6 +6,7 @@ export default defineConfig({
6
6
  },
7
7
  test: {
8
8
  environment: 'node',
9
+ include: ['./test/**/*.test.ts'],
9
10
  reporters: 'dot',
10
11
  setupFiles: ['./test/vitest.setup.ts'],
11
12
  typecheck: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-test-vitest-ts",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "The configuration to do unit testing with vitest and typescript.",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "b342b71c99ff5fc50584fc848503953e404c030d"
34
+ "gitHead": "3bdcf904838be4240bcc98ce8c9fdd64ab8a733b"
35
35
  }