We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f7b1b commit 327f314Copy full SHA for 327f314
lib/clipboard.class.spec.ts
@@ -30,7 +30,7 @@ describe("Clipboard class", () => {
30
expect(copyMock).toHaveBeenCalledWith(textToCopy);
31
});
32
33
- it("should call the native adapters paste method.", () => {
+ it("should call providers paste method.", () => {
34
// GIVEN
35
const SUT = new ClipboardClass(providerRegistryMock);
36
const pasteMock = jest.fn();
0 commit comments