• File: jest.config.js
  • Full Path: /home/zellburyy/public_html/sdlhoodie.shop/wp-content/plugins/js_composer/jest.config.js
  • File size: 99 bytes
  • MIME-type: text/plain
  • Charset: utf-8
module.exports = {
	testMatch: [ '<rootDir>/tests/js/**/*.test.js' ],
	testEnvironment: 'jsdom'
};