Open davidreher opened 9 years ago
Thanks for reporting this Bug and the Delay on this issue but I am currently on holidays and will return on the 23rd of november. I will comment on this Bug as soon as I will return.
Hi! Is there any updates on this issue?
After adding plugin to karma configs:
...
browserify: {
debug: true,
plugins: ['tsify'],
transform: [['babelify', {plugins: ['rewire']}], 'reactify']
},
...
I get following error for all tests' files:
ERROR [framework.browserify]: TypeError: /path_to_file.js: Property id of FunctionDeclaration expected node to be of a type ["Identifier"] but instead got null while parsing file: /path_to_file.js
@VoloshinS sorry haven't looked into it till now. fighting with babel 6 at the moment...
Hey, I have a karma.conf.js with the following content:
and I do not get any RewireApi object in my tests (the following test fails):
Can you help me with this?