Commit 365c0c63 authored by Clement Ho's avatar Clement Ho Committed by Jacob Schatz

Improve table pagination spec

parent bd50ecba
...@@ -32,7 +32,7 @@ describe('Pagination component', () => { ...@@ -32,7 +32,7 @@ describe('Pagination component', () => {
change: spy, change: spy,
}); });
expect(component.$el.innerHTML).not.toBeDefined(); expect(component.$el.childNodes.length).toEqual(0);
}); });
describe('prev button', () => { describe('prev button', () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment