We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e20485 + ec308fd commit d4193fcCopy full SHA for d4193fc
tests/test-cmd/test.sign.js
@@ -73,8 +73,8 @@ describe('sign', () => {
73
(tmpDir) => {
74
const stubs = getStubs();
75
const sourceDir = path.join(tmpDir.path(), 'source-dir');
76
- const copyDirAsPomised = promisify(copyDir);
77
- return copyDirAsPomised(fixturePath('minimal-web-ext'), sourceDir)
+ const copyDirAsPromised = promisify(copyDir);
+ return copyDirAsPromised(fixturePath('minimal-web-ext'), sourceDir)
78
.then(() => completeSignCommand({
79
sourceDir,
80
artifactsDir: path.join(tmpDir.path(), 'artifacts'),
0 commit comments