From a8a54ed8840c83e181f63e42780de0ac725bd496 Mon Sep 17 00:00:00 2001 From: HD Date: Fri, 17 Jun 2022 00:32:44 +0800 Subject: [PATCH] feat: setup unit test config --- src/setupTests.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/setupTests.ts diff --git a/src/setupTests.ts b/src/setupTests.ts new file mode 100644 index 00000000..8f2609b7 --- /dev/null +++ b/src/setupTests.ts @@ -0,0 +1,5 @@ +// jest-dom adds custom jest matchers for asserting on DOM nodes. +// allows you to do things like: +// expect(element).toHaveTextContent(/react/i) +// learn more: https://github.com/testing-library/jest-dom +import '@testing-library/jest-dom';