Skip to content

Commit 6392509

Browse files
Merge pull request #8 from splitio/fme-10127
[FME-10127] Add track method and setContext with targetingKey
2 parents 1aba8d3 + a225496 commit 6392509

File tree

13 files changed

+228
-651
lines changed

13 files changed

+228
-651
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
displayName: 'openfeature-web-split-provider',
33
testEnvironment: 'jsdom',
4-
testMatch: ['**/web.spec.js', '**/integration/*.test.js', '**/*-unit.test.js'],
4+
testMatch: ['**/*.spec.js', '**/integration/*.test.js'],
55
globals: {
66
'ts-jest': {
77
tsconfig: '<rootDir>/tsconfig.json',

0 commit comments

Comments
 (0)