mirror of
https://github.com/actions/create-release.git
synced 2025-06-15 05:17:44 +00:00
Add description to test suite
This commit is contained in:
parent
cc8e50bfc7
commit
fe2c2b435f
@ -6,7 +6,7 @@ const { GitHub, context } = require('@actions/github');
|
|||||||
const run = require('../src/main.js');
|
const run = require('../src/main.js');
|
||||||
|
|
||||||
/* eslint-disable no-undef */
|
/* eslint-disable no-undef */
|
||||||
describe('module', () => {
|
describe('Create Release', () => {
|
||||||
let createRelease;
|
let createRelease;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user