第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

jest.config.js 失敗 - 意外標(biāo)記“.” 在 module.exports 中

jest.config.js 失敗 - 意外標(biāo)記“.” 在 module.exports 中

胡說(shuō)叔叔 2023-07-29 15:29:28
我一定錯(cuò)過(guò)了一些東西,但我正在努力理解這個(gè)錯(cuò)誤。怎能.出乎意料呢module.exports={}?請(qǐng)指出我正確的方向。謝謝!\jest.config.js:16    module.exports = {          ^SyntaxError: Unexpected token '.'    at wrapSafe (internal/modules/cjs/loader.js:979:16)    at Module._compile (internal/modules/cjs/loader.js:1027:27)    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)    at Module.load (internal/modules/cjs/loader.js:928:32)    at Function.Module._load (internal/modules/cjs/loader.js:769:14)    at Module.require (internal/modules/cjs/loader.js:952:19)    at require (internal/modules/cjs/helpers.js:88:18)    at readConfigFileAndSetRootDir (...\node_modules\jest-config\build\readConfigFileAndSetRootDir.js:119:22)    at readConfig (...\node_modules\jest-config\build\index.js:217:65)    at readConfigs (...\node_modules\jest-config\build\index.js:406:32)npm ERR! Test failed.  See above for more details.jest.config.js:module.exports = {    transform: {        "^.+\\.[jt]sx?$": "<rootDir>/jest-preprocess.js",    },    moduleNameMapper: {        ".+\\.(css|styl|less|sass|scss)$": `identity-obj-proxy`,        ".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": `<rootDir>/__mocks__/file-mock.js`,    },    testPathIgnorePatterns: [`node_modules`, `\\.cache`, `<rootDir>.*/public`],    transformIgnorePatterns: [`node_modules/(?!(gatsby)/)`],    globals: {        __PATH_PREFIX__: ``,    },    testURL: `http://localhost`,    setupFiles: [`<rootDir>/loadershim.js`],    module.exports = {        setupFilesAfterEnv: ["<rootDir>/setup-test-env.js"],    }};
查看完整描述

1 回答

?
胡子哥哥

TA貢獻(xiàn)1825條經(jīng)驗(yàn) 獲得超6個(gè)贊

您module.exports在底部的對(duì)象中嵌入了額外的內(nèi)容。看起來(lái)文件應(yīng)該是:


module.exports = {

    transform: {

        "^.+\\.[jt]sx?$": "<rootDir>/jest-preprocess.js",

    },

    moduleNameMapper: {

        ".+\\.(css|styl|less|sass|scss)$": `identity-obj-proxy`,

        ".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": `<rootDir>/__mocks__/file-mock.js`,

    },

    testPathIgnorePatterns: [`node_modules`, `\\.cache`, `<rootDir>.*/public`],

    transformIgnorePatterns: [`node_modules/(?!(gatsby)/)`],

    globals: {

        __PATH_PREFIX__: ``,

    },

    testURL: `http://localhost`,

    setupFiles: [`<rootDir>/loadershim.js`],

    setupFilesAfterEnv: ["<rootDir>/setup-test-env.js"],  

};


查看完整回答
反對(duì) 回復(fù) 2023-07-29
  • 1 回答
  • 0 關(guān)注
  • 190 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)