We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6548f commit 74ac522Copy full SHA for 74ac522
1 file changed
src/plugins/embeddable/public/lib/actions/apply_filter_action.test.ts
@@ -93,7 +93,7 @@ const getEmbeddable = () => {
93
94
describe('execute()', () => {
95
describe('when no filters are given', () => {
96
- test.skip('throws an error', async () => {
+ test('throws an error', async () => {
97
const action = createFilterAction();
98
const error = await expectErrorAsync(() =>
99
action.execute({
0 commit comments