@lwc/jest-resolver
Advanced tools
Comparing version 0.33.25 to 0.33.26
@@ -0,1 +1,7 @@ | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/* eslint-env node */ | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@lwc/jest-resolver", | ||
"version": "0.33.25", | ||
"version": "0.33.26", | ||
"description": "Jest resolver to resolve LWC specific packages", | ||
@@ -15,6 +15,6 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@lwc/engine": "0.33.25", | ||
"@lwc/jest-transformer": "0.33.25", | ||
"@lwc/module-resolver": "0.33.25", | ||
"@lwc/wire-service": "0.33.25" | ||
"@lwc/engine": "0.33.26", | ||
"@lwc/jest-transformer": "0.33.26", | ||
"@lwc/module-resolver": "0.33.26", | ||
"@lwc/wire-service": "0.33.26" | ||
}, | ||
@@ -24,3 +24,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "04dbd20c2c5fc74233e05cfb6b0fa3c7dccbe4d2" | ||
"gitHead": "a0aeb8fc483eda250255ac45da5f9358ffbdb517" | ||
} |
@@ -0,2 +1,8 @@ | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/* js file returned by lwc-jest-resolver. return falsey to ignore HTML */ | ||
module.exports = undefined; |
@@ -0,2 +1,8 @@ | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/* css file returned by lwc-jest-resolver. return falsey to ignore all styles */ | ||
module.exports = undefined; |
@@ -0,1 +1,7 @@ | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
const fs = require('fs'); | ||
@@ -2,0 +8,0 @@ const { resolve, extname, join, dirname, basename, sep } = require('path'); |
@@ -0,1 +1,7 @@ | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
import { createElement } from 'lwc'; | ||
@@ -2,0 +8,0 @@ import Basic from '../x-basic'; |
@@ -0,3 +1,9 @@ | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
import { LightningElement } from 'lwc'; | ||
export default class Basic extends LightningElement {} |
Sorry, the diff of this file is not supported yet
7553
10
116