From 84c6d760770108f8104ae728281fad45dfe29a20 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 24 Jul 2023 00:42:13 -0400 Subject: [PATCH] chore: snapshots and resolve .eslintrc error --- example/.eslintrc.js | 3 --- example/src/__snapshots__/App.test.jsx.snap | 13 +++++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) delete mode 100644 example/.eslintrc.js diff --git a/example/.eslintrc.js b/example/.eslintrc.js deleted file mode 100644 index 3ef32b0a9..000000000 --- a/example/.eslintrc.js +++ /dev/null @@ -1,3 +0,0 @@ -const config = require('../config/.eslintrc'); - -module.exports = config; diff --git a/example/src/__snapshots__/App.test.jsx.snap b/example/src/__snapshots__/App.test.jsx.snap index 607c03ee7..ced31190a 100644 --- a/example/src/__snapshots__/App.test.jsx.snap +++ b/example/src/__snapshots__/App.test.jsx.snap @@ -110,6 +110,19 @@ exports[`Basic test should render 1`] = `

Exposed theme CSS files

+

+ + Note: Depending on the versions of + + @edx/paragon + + and/or + + @edx/brand + + installed, it is expected that no exposed theme CSS assets be listed here. + +