Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattalxndr committed Feb 6, 2022
1 parent d599574 commit d5bb8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/inject/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const rollupPluginNodeResolve = require('@rollup/plugin-node-resolve').default;
const rollupPluginReplace = require('@rollup/plugin-replace');
const rollupPluginTypescript = require('@rollup/plugin-typescript');
const typescript = require('typescript');
const {getTestDestDir} = require("../../tasks/paths");
const {getTestDestDir} = require('../../tasks/paths');

module.exports = (config) => {
config.set({
Expand Down

0 comments on commit d5bb8ef

Please sign in to comment.