all repos — h3 @ 666346be6909b0ceb74ee733d38f13bc1e0ac27e

A tiny, extremely minimalist JavaScript microframework.

jest.config.js

 1
 2
 3
 4
module.exports = {
  setupFiles: ['<rootDir>/scripts/test-setup.js'],
  testEnvironment: 'jsdom',
}