I've private runtime config defined in nuxt.config.js. As part of jest tests, when I'm trying to test a method which has runtime config variables, it's throwing a undefined variable error . Could someone please help me know how to use the nuxt runtime config in jest tests .