We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c977244 + 305a665 commit 7d4f8a8Copy full SHA for 7d4f8a8
packages/contact-importer/src/importer.spec.js
@@ -1,7 +1,7 @@
1
const sendgrid = require('sendgrid');
2
const ContactImporter = require('./importer');
3
4
-describe.only('test_contact_importer', function() {
+describe('test_contact_importer', function() {
5
beforeEach(function() {
6
// Create a new SendGrid instance.
7
const API_KEY = process.env.API_KEY;
0 commit comments