Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
fix(bin): Lol. Actually specify the CLI utility correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
randytarampi committed Mar 12, 2019
1 parent 0416c1f commit 5aa1b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ const rimraf = require("rimraf");
const { expect } = require("chai");
const { images } = require("../../../src");

describe("cli", function () {
describe("pwa-asset-generator", function () {
this.timeout(60000);

const inputImagePath = path.join(__dirname, "../../resources/ʕつ•ᴥ•ʔつ.png");
const outputImageDirectoryPath = path.join(__dirname, "../../tmp");
const binPath = path.join(__dirname, "../../../bin/cli.js");
const binPath = path.join(__dirname, "../../../bin/pwa-asset-generator.js");

beforeEach(function (done) {
mkdirp(outputImageDirectoryPath, done);
Expand Down

0 comments on commit 5aa1b06

Please sign in to comment.