Add description to test suite

This commit is contained in:
Thomas Hughes 2019-09-27 09:06:50 -05:00
parent cc8e50bfc7
commit fe2c2b435f
No known key found for this signature in database
GPG Key ID: B2D8646423EF5814

View File

@ -6,7 +6,7 @@ const { GitHub, context } = require('@actions/github');
const run = require('../src/main.js');
/* eslint-disable no-undef */
describe('module', () => {
describe('Create Release', () => {
let createRelease;
beforeEach(() => {