Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add description to test suite
  • Loading branch information
Thomas Hughes committed Sep 27, 2019
1 parent cc8e50b commit fe2c2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.test.js
Expand Up @@ -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(() => {
Expand Down

0 comments on commit fe2c2b4

Please sign in to comment.