Skip to content

Commit e036501

Browse files
committed
chore: upadte
1 parent 291b3fd commit e036501

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

e2e/__snapshots__/index.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
1+
// Rstest Snapshot v1
22

33
exports[`should serialize file content 2`] = `
44
"\\"use strict\\";

rstest.config.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,4 @@ import { defineConfig } from '@rstest/core';
55
export default defineConfig({
66
extends: withRslibConfig(),
77
include: ['./src/**/*.test.ts', './e2e/**/*.test.ts'],
8-
resolve: {
9-
alias: {
10-
'path-serializer': fileURLToPath(
11-
new URL('./src/index.ts', import.meta.url),
12-
),
13-
},
14-
},
158
});

0 commit comments

Comments
 (0)