Skip to content

Commit

Permalink
build: ⬆️ bump dependencies for fixing csp urls
Browse files Browse the repository at this point in the history
changes csp urls
  • Loading branch information
josh-hemphill committed Oct 10, 2021
1 parent 0ebbb87 commit df84fe0
Show file tree
Hide file tree
Showing 7 changed files with 7,115 additions and 10,566 deletions.
9 changes: 5 additions & 4 deletions config/jest.config.ts → config/jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type {Config } from '@jest/types';
import {jsWithTs} from 'ts-jest/presets';
const config: Config.InitialOptions = {
const jsWithTs = require('ts-jest/presets').jsWithTs;
/** @type {import('@jest/types').InitialOptions} */
const config = {
'rootDir':'../',
'preset': 'ts-jest/presets/js-with-ts',
testEnvironment: 'node',
Expand All @@ -26,4 +26,5 @@ const config: Config.InitialOptions = {
},
},
};
export default config;

module.exports = config;
Loading

0 comments on commit df84fe0

Please sign in to comment.