Skip to content

Commit

Permalink
Revert whitespaces changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yurynix committed Mar 13, 2022
1 parent 825e1ef commit 40a07d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src_types/pages/$w.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ declare function $w<T extends WixElementSelector, S extends string>(selector: T
S extends keyof WixElements
? WixElements[S]
: any

/**
* $W_NAMESPACE_COMMENT
*/
Expand Down
2 changes: 1 addition & 1 deletion src_types/public/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../common/anyProperties.d.ts" />
/// <reference path="../common/emptyBuffer.d.ts" />
/// <reference path="../common/declaration.d.ts" />
/// <reference path="./$w.d.ts" />
/// <reference path="./$w.d.ts" />
1 change: 0 additions & 1 deletion test/scripts/generate-wix-module-list.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
describe("generate wix module list", () => {
it("Check output json", () => {
const modules = require("../../dist/wixModules.json");

modules.forEach(module => expect(module).toMatch(/^wix-/));
});
});

0 comments on commit 40a07d2

Please sign in to comment.