Hiroshi Nasu
Results
2
comments of
Hiroshi Nasu
I had same problem but managed to fix it by adding **overflow: hidden;** in content wrapper inside '_slideable_' directive. Before: `element.html('' + contents + '');` After: `element.html('' + contents +...
I managed to pass the test by modifying as below... 1. **SyntaxError: Identifier 'jest' has already been declared** Changed filename _scripts/test.js_ to _scripts/testRun.js_ and inside package.json ``` "scripts": { ......