We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144a9d5 commit 7e7e5b4Copy full SHA for 7e7e5b4
2 files changed
e2e/custom-jsdom-html/__tests__/test.js
@@ -1,3 +1,10 @@
1
+/**
2
+ * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
test('jsdom custom html', () => {
9
/* eslint-disable-next-line no-undef */
10
expect(document.getElementById('root')).toBeTruthy();
e2e/custom-jsdom-html/babel.config.js
module.exports = {
presets: [
[
0 commit comments