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 6d45fad commit 131ad03Copy full SHA for 131ad03
src/ctx.test.js
@@ -22,11 +22,7 @@ describe('constructor :', () => {
22
});
23
test('check _parentTemp property', () => {
24
const ins = new Ctx();
25
- expect(ins._parentTemp).toBe(`"use strict";return @temp;`);
26
- });
27
- test('check _babelpresets property', () => {
28
- const ins = new Ctx();
29
- expect(ins._babelpresets).toEqual(['react']);
+ expect(ins._parentTemp).toBe(`"use strict";\nreturn @temp;`);
30
31
32
describe('methods : ', () => {
0 commit comments