Ignore:
Timestamp:
01/21/25 03:08:24 (3 months ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/safe-array-concat/test/index.js

    r0c6b92a r79a0317  
    6868                // TS can't type narrow from tape's `skip`
    6969                if (isConcatSpreadable) {
    70                         st.teardown(mockProperty(String.prototype, isConcatSpreadable, { value: true }));
     70                        st.teardown(mockProperty(
     71                                // eslint-disable-next-line no-extra-parens
     72                                /** @type {Record<PropertyKey, unknown>} */ (/** @type {unknown} */ (String.prototype)),
     73                                isConcatSpreadable,
     74                                { value: true }
     75                        ));
    7176
    7277                        var nonSpreadable = [1, 2];
Note: See TracChangeset for help on using the changeset viewer.