Jest - mock useState
When using import React, { useState } from 'react'
in your components, this is how you can mock useState
with jest
.
When using import React, { useState } from 'react'
in your components, this is how you can mock useState
with jest
.