Skip to content

Instantly share code, notes, and snippets.

@camwhite
Created April 18, 2019 04:57
Show Gist options
  • Select an option

  • Save camwhite/4408f141bb04ae7d2a99a0209bd78669 to your computer and use it in GitHub Desktop.

Select an option

Save camwhite/4408f141bb04ae7d2a99a0209bd78669 to your computer and use it in GitHub Desktop.
import { auth } from './specs'
(async () => {
// Unit tests
try {
const { authToken } = await auth()
} catch (err) {
throw err
}
process.exit()
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment