[READ-ONLY] Mirror of https://github.com/andrioid/n8n-nodes-atproto. atproto node for n8n
0

Configure Feed

Select the types of activity you want to include in your feed.

n8n-nodes-atproto / vitest.config.ts
213 B 10 lines
1import { defineConfig } from 'vitest/config'; 2 3export default defineConfig({ 4 test: { 5 globals: true, 6 environment: 'node', 7 include: ['tests/**/*.test.ts'], 8 setupFiles: ['tests/setup.ts'], 9 }, 10});