test: fix auth jwt call

This commit is contained in:
Elliot DeNolf
2024-03-21 11:08:41 -04:00
parent 5165077bc9
commit 46be6e37dc
3 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import type { Payload } from 'payload'
import type { User } from 'payload/auth'
import jwtDecode from 'jwt-decode'
import { jwtDecode } from 'jwt-decode'
import type { NextRESTClient } from '../helpers/NextRESTClient.js'