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

Commit b1f18cd

Browse files
committed
Fix test
1 parent 7d010c2 commit b1f18cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/transitions/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import * as module from './';
22

33
describe('core root', () => {
44
it('should pass', () => {
5-
expect(module).to.have.keys('expand', 'fadeout', 'move', 'reveal');
5+
expect(module).to.have.keys('circleExpand', 'circleShrink', 'fadeout', 'move', 'reveal', 'custom');
66
});
77
});

0 commit comments

Comments
 (0)