Ignore:
Timestamp:
01/21/25 03:08:24 (3 days 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-regex-test/test/index.js

    r0c6b92a r79a0317  
    1212
    1313        t.test('non-regexes', function (st) {
    14                 forEach(v.primitives.concat(v.objects), function (val) {
     14                forEach([].concat(
     15                        // @ts-expect-error TS sucks with concat
     16                        v.primitives,
     17                        v.objects
     18                ), function (val) {
    1519                        st['throws'](
    1620                                function () { regexTester(val); },
Note: See TracChangeset for help on using the changeset viewer.