Archived
1
0

feat: add cookie utils for e2e tests

This commit is contained in:
Joe Previte
2021-02-04 14:53:54 -07:00
parent e077f2d97f
commit b02d2fb3cc
3 changed files with 99 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import { rootPath } from "../constants"
import { authenticated, getCookieDomain, redirect, replaceTemplates } from "../http"
import { hash, humanPath } from "../util"
enum Cookie {
export enum Cookie {
Key = "key",
}