Skip to content

Commit

Permalink
Merge pull request #17 from Scrivito/dave-update
Browse files Browse the repository at this point in the history
Package updates & maintenance
  • Loading branch information
dcsaszar authored Apr 3, 2021
2 parents 774082b + 7d2de1a commit db0865d
Show file tree
Hide file tree
Showing 5 changed files with 3,910 additions and 416 deletions.
4 changes: 3 additions & 1 deletion karma.conf.js → karma.conf.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module.exports = function (config) {
import type { Config } from "karma";

export default (config: Config) => {
config.set({
frameworks: ["jasmine", "karma-typescript"],
files: ["spec/**/*.ts", "src/**/*.ts"],
Expand Down
Loading

0 comments on commit db0865d

Please sign in to comment.