[WMS-55] Create/Edit User
This commit is contained in:
8
plop-templates/Component/Component.test.js.hbs
Executable file
8
plop-templates/Component/Component.test.js.hbs
Executable file
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
import {{pascalCase name}} from "./{{pascalCase name}}";
|
||||
|
||||
describe("{{pascalCase name}}", () => {
|
||||
it("renders without error", () => {
|
||||
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user