Skip to content

Commit

Permalink
test(definitions): use pattern to launch bindings tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Jun 14, 2024
1 parent 2598143 commit 71a4389
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,7 @@ export default defineConfig({
'**/test/schemas.mjs',
'**/test/bundler.mjs',
'**/test/index.test.mjs',
'**/test/bindings/amqp/amqp.test.mjs',
'**/test/bindings/anypointmq/anypointmq.test.mjs',
'**/test/bindings/googlepubsub/googlepubsub.test.mjs',
'**/test/bindings/ibmmq/ibmmq.test.mjs',
'**/test/bindings/http/http.test.mjs',
'**/test/bindings/jms/jms.test.mjs',
'**/test/bindings/kafka/kafka.test.mjs',
'**/test/bindings/mqtt/mqtt.test.mjs',
'**/test/bindings/nats/nats.test.mjs',
'**/test/bindings/pulsar/pulsar.test.mjs',
'**/test/bindings/sns/sns.test.mjs',
'**/test/bindings/solace/solace.test.mjs',
'**/test/bindings/sqs/sqs.test.mjs',
'**/test/bindings/websockets/websockets.test.mjs',
'**/test/bindings/**/*.test.mjs',
'**/test/definitions/3.0.0/definitions.suite.mjs',
],
reporters: ['verbose'] // https://vitest.dev/guide/reporters#custom-reporters
Expand Down

0 comments on commit 71a4389

Please sign in to comment.