Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Support for object rest spread in tests {...obj} #30

Closed
wants to merge 1 commit into from

Conversation

vaclav-purchart
Copy link

Following test-case is not correctly parsed in current version. By modifying babel/parser options following test-case is considered as valid.

it('checks additional properties', () => {
      const request = {
        ...requestDefinition,
        body: {id: '1234', limit: 1},
      }

@viral-sh
Copy link

Oh man, thank you @vaclav-purchart for this! you probably saved me hours of debugging. @g3offrey great project btw!

@ddehghan
Copy link

any change you guys can merge this pr ?

fixes : #33

@lonix1
Copy link

lonix1 commented Feb 16, 2019

Please merge?

@leerob
Copy link

leerob commented Feb 20, 2019

I would also like to see this. +1

@nandoofz
Copy link

nandoofz commented Mar 1, 2019

Please, let me use spread on my test files 🙏 +1

@felixjb
Copy link

felixjb commented Mar 1, 2019

Please, merge!

@rghossi
Copy link

rghossi commented Mar 1, 2019

I need it too! Merge, pls. 💚

@thaisfaria
Copy link

Omg thank you very much

@kmcgill88
Copy link

I could really use this too. Please merge! 🥇

@g3offrey
Copy link
Owner

Hello,

Please accept my apologies for the late answer.
I published a status about this extension. 😞
(TL;DR: I won't be able to work on it anymore)

#41 (comment)

@g3offrey g3offrey closed this May 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.