mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 01:53:51 +00:00
Updated to stryker v4
This commit is contained in:
@@ -37,7 +37,7 @@ describe('shortUrlMetaReducer', () => {
|
||||
});
|
||||
|
||||
it('returns provided tags and shortCode on SHORT_URL_META_EDITED', () => {
|
||||
expect(reducer(undefined, { type: SHORT_URL_META_EDITED, meta, shortCode })).toEqual({
|
||||
expect(reducer(undefined, { type: SHORT_URL_META_EDITED, meta, shortCode } as any)).toEqual({
|
||||
meta,
|
||||
shortCode,
|
||||
saving: false,
|
||||
|
||||
Reference in New Issue
Block a user