Skip to content

Commit

Permalink
fix: applied valid-describe
Browse files Browse the repository at this point in the history
  • Loading branch information
Priscila Oliveira committed Dec 16, 2018
1 parent c7034e7 commit 2b48958
Show file tree
Hide file tree
Showing 2 changed files with 1,736 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/sanity/mirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function (server, server2) {

test(prefix + 'creating new package', () => {});

describe(pkg, () => {
describe(`${pkg}`, () => {
beforeAll(function () {
return server2.putVersion(pkg, '0.1.1', generatePkg(pkg))
.status(HTTP_STATUS.CREATED)
Expand Down
Loading

0 comments on commit 2b48958

Please sign in to comment.