Skip to content

Commit

Permalink
[shallow] activated
Browse files Browse the repository at this point in the history
  • Loading branch information
plusgut committed Apr 19, 2018
1 parent 0e84522 commit 69bed26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-plusnew",
"version": "0.5.94",
"version": "0.5.95",
"description": "adapter for enzyme testsuite to the plusnew framework",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/mount_shallow.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface common {

function getMountFunction(callback: (mountWrapper: common) => void) {
callback(mount as any);
// callback(shallow as any);
callback(shallow as any);
}

configure({ adapter: new enzymeAdapterPlusnew() });
Expand Down

0 comments on commit 69bed26

Please sign in to comment.