Skip to content

Commit ec308fd

Browse files
committed
chore: fix typo
Originally added in mozilla@fdf3d3b6
1 parent 2e20485 commit ec308fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-cmd/test.sign.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ describe('sign', () => {
7373
(tmpDir) => {
7474
const stubs = getStubs();
7575
const sourceDir = path.join(tmpDir.path(), 'source-dir');
76-
const copyDirAsPomised = promisify(copyDir);
77-
return copyDirAsPomised(fixturePath('minimal-web-ext'), sourceDir)
76+
const copyDirAsPromised = promisify(copyDir);
77+
return copyDirAsPromised(fixturePath('minimal-web-ext'), sourceDir)
7878
.then(() => completeSignCommand({
7979
sourceDir,
8080
artifactsDir: path.join(tmpDir.path(), 'artifacts'),

0 commit comments

Comments
 (0)