Skip to content

Commit 7d4f8a8

Browse files
author
Matt Bernier
authored
Merge pull request sendgrid#581 from ElPonito/master
Remove only on test
2 parents c977244 + 305a665 commit 7d4f8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contact-importer/src/importer.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const sendgrid = require('sendgrid');
22
const ContactImporter = require('./importer');
33

4-
describe.only('test_contact_importer', function() {
4+
describe('test_contact_importer', function() {
55
beforeEach(function() {
66
// Create a new SendGrid instance.
77
const API_KEY = process.env.API_KEY;

0 commit comments

Comments
 (0)