Skip to content

eralumin/rfe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfe

Run Firestore Emulator

Example:

// main_test.go
import (
    "testing"

    "github.com/kmarilleau/rfe"
    "gopkg.in/h2non/gock.v1"
)

func TestMain(m *testing.M) {
    firestoreEmulator := rfe.FirestoreEmulator{Verbose: true}

    firestoreEmulator.Start()
    defer firestoreEmulator.Shutdown()

    m.Run()
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages