Skip to content
This repository was archived by the owner on Dec 23, 2017. It is now read-only.

Commit 186ab82

Browse files
committed
style: remove unused comments
1 parent 8a4583b commit 186ab82

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

test/connector.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { GraphQLConnector } from '@gramps/gramps-express';
22
import Connector from '../src/connector';
33

4-
// TODO: Update the data source name.
54
const DATA_SOURCE_NAME = 'IMDBAPI';
65
const connector = new Connector();
76

test/index.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import dataSource from '../src';
22
import Model from '../src/model';
33

4-
// TODO: Update the data source name.
54
const DATA_SOURCE_NAME = 'IMDBAPI';
65

76
describe(`Data Source: ${DATA_SOURCE_NAME}`, () => {

test/model.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ describe(`${DATA_SOURCE_NAME}Model`, () => {
153153
});
154154

155155
describe('throwError()', () => {
156-
// TODO: Update this error to match the error format returned by your endpoint.
157156
const mockError = {
158157
statusCode: 401,
159158
options: {

0 commit comments

Comments
 (0)