Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 85e8f4d

Browse filesBrowse files
committed
test: remove .only
1 parent ac958f0 commit 85e8f4d
Copy full SHA for 85e8f4d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎test/components/DateInput_spec.jsx

Copy file name to clipboardExpand all lines: test/components/DateInput_spec.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import DateInput from '../../src/components/DateInput';
88
const event = { preventDefault() {}, stopPropagation() {} };
99

1010
describe('DateInput', () => {
11-
describe.only('#render', () => {
11+
describe('#render', () => {
1212
describe('input', () => {
1313
describe('aria-label', () => {
1414
it('has props.ariaLabel as an aria-label if ariaLabel is passed in', () => {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.