We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b42bd commit cb60562Copy full SHA for cb60562
lib/utils/npm-exists.spec.js
@@ -2,7 +2,7 @@
2
const exists = require("./npm-exists");
3
4
describe("npm-exists", () => {
5
- it("should sucessfully existence of a published module", () => {
+ it("should successfully existence of a published module", () => {
6
exists("webpack-addons-ylvis").then(status => {
7
expect(status).toBe(true);
8
});
0 commit comments