Skip to content

Commit

Permalink
chore(tests): run one more suite through karma and other minors fixes (
Browse files Browse the repository at this point in the history
…#1048)

* chore(karma): remove unused exclusion

* chore(tests): standardize on the .test.ts suffix

* chore(karma): allow a test suite to be run through karma
  • Loading branch information
nulltoken authored Apr 1, 2020
1 parent 2602c5f commit 3ba2aa9
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = (config: any) => {
files: ['./karma-jest.ts', './setupKarma.ts', './setupTests.ts', 'src/**/*.ts'],

// list of files / patterns to exclude
exclude: ['src/cli/**', 'src/formatters/**', 'src/config/__tests__/config.test.ts', 'src/**/*.jest.test.ts'],
exclude: ['src/cli/**', 'src/formatters/**', 'src/**/*.jest.test.ts'],

// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3ba2aa9

Please sign in to comment.