Skip to content

Commit

Permalink
Merge pull request #79 from Blumea/development
Browse files Browse the repository at this point in the history
馃И  Init jest config
  • Loading branch information
akashchouhan16 committed Nov 1, 2023
2 parents 7b0718d + e89ae51 commit d0fde5b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*******************************************
* copyright: @github.com/Blumea
* authors: @akashchouhan16
* *****************************************
*/

/** @type {import("jest").Config} */

const config = {
displayName: {
name: "Blumea Unit Tests",
color: "green"
},
verbose: true,
bail: 1,
forceCoverageMatch: ["**/*.test.js"],
testEnvironment: "node",
};

module.exports = config;

0 comments on commit d0fde5b

Please sign in to comment.