mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-14 09:28:54 +02:00
feat(query): bruno-query package
This commit is contained in:
5
packages/bruno-query/jest.config.js
Normal file
5
packages/bruno-query/jest.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
};
|
Reference in New Issue
Block a user