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 7bd0a47 commit 1e853e7Copy full SHA for 1e853e7
__tests__/src/getPropValue-test.js
@@ -880,7 +880,7 @@ describe('getPropValue', () => {
880
beforeEach(() => {
881
changePlugins(pls => [...pls, 'typescript']);
882
});
883
-
+
884
it('should return string representation of variable identifier wrapped in a Typescript non-null assertion', () => {
885
const prop = extractProp('<div foo={bar!} />');
886
@@ -889,7 +889,7 @@ describe('getPropValue', () => {
889
890
assert.equal(expected, actual);
891
892
893
it('should return string representation of variable identifier wrapped in a deep Typescript non-null assertion', () => {
894
const prop = extractProp('<div foo={(bar!)!} />');
895
0 commit comments