feat(query): bruno-query package

This commit is contained in:
Ajai Shankar
2023-02-19 22:48:34 -06:00
parent 209f30998e
commit 4fdfdaf2cb
9 changed files with 350 additions and 2 deletions

View File

@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};