Skip to content

Commit a225496

Browse files
[FME-10127] Add track method and setContext with targetingKey
1 parent 647beef commit a225496

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)