mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 10:38:25 -04:00
5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
|
|
const globals = require('@jest/globals')
|
||
|
|
const extensions = require('./dist/matchers')
|
||
|
|
|
||
|
|
globals.expect.extend(extensions)
|