Add description to test suite

This commit is contained in:
Thomas Hughes
2019-09-27 09:06:50 -05:00
parent cc8e50bfc7
commit fe2c2b435f

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(() => {