Skip to content

Commit d3cdbe5

Browse files
authored
Merge pull request #11 from teambit/automations.design/revert-test-skip
revert: test skip
2 parents 4e81043 + 1dbb21c commit d3cdbe5

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.bitmap

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"ui/dropdown": {
4848
"name": "ui/dropdown",
4949
"scope": "automations.design",
50-
"version": "1.1.0",
50+
"version": "a9a11ea86b76825498570a8a9629d15207dc4585",
5151
"mainFile": "index.ts",
5252
"rootDir": "bit-components/design/ui/dropdown"
5353
},
@@ -58,5 +58,12 @@
5858
"mainFile": "index.ts",
5959
"rootDir": "bit-components/design/ui/input"
6060
},
61-
"$schema-version": "17.0.0"
61+
"$schema-version": "17.0.0",
62+
"_bit_lane": {
63+
"id": {
64+
"name": "revert-test-skip",
65+
"scope": "automations.design"
66+
},
67+
"exported": true
68+
}
6269
}

bit-components/design/ui/dropdown/dropdown.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('Dropdown', () => {
5858
expect(screen.queryByText('Option 1')).toBeNull();
5959
});
6060

61-
it.skip('should handle keyboard navigation', () => {
61+
it('should handle keyboard navigation', () => {
6262
render(<BasicDropdown />);
6363
const trigger = screen.getByRole('button');
6464

0 commit comments

Comments
 (0)