Skip to content

Commit ac815d0

Browse files
committed
remove .only and fix description.
1 parent baf065d commit ac815d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/table-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
} from '../table';
1818

1919

20-
describe.only('context', () => {
20+
describe('table', () => {
2121
describe('getGraphQLFieldsFromTable', () => {
2222
it('should get graphql fields from table', async () => {
2323
const fooTable = new Table({

0 commit comments

Comments
 (0)