We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e20485 commit ec308fdCopy full SHA for ec308fd
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