UNPKG

react-testing-library

Version:

Simple and complete React DOM testing utilities that encourage good testing practices.

9 lines (8 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.reactDomSixteenPointNineIsReleased = void 0; // we don't want to warn until react-dom@16.9.0 is actually released const reactDomSixteenPointNineIsReleased = false; exports.reactDomSixteenPointNineIsReleased = reactDomSixteenPointNineIsReleased;