Skip to content

Instantly share code, notes, and snippets.

View debiasej's full-sized avatar

Mario de Biase debiasej

  • @MasOrange
  • Madrid, Spain
View GitHub Profile
@debiasej
debiasej / vouches.effects.spec.ts
Created January 14, 2019 21:01
Example of RxJS marble tests
import { cold } from 'jasmine-marbles'
import { Actions } from '@ngrx/effects'
import { of, throwError } from 'rxjs'
import * as appActions from 'app/app-redux/app/app.actions'
import * as vouchersActions from './vouchers.actions'
import { VouchersEffects } from './vouchers.effects'
const vouchersMock = require('./../../vouchers/mocks/vouchers.mock.json')
#!/bin/bash
# Variables
PROJECT_NAME="company"
PROJECT_FOLDER="project_folder"
BASE_PATH="/Users/mariodebiase/work/"$PROJECT_NAME"/"$PROJECT_FOLDER"/projectname"
PCL="/projectname"
DROID="/projectname.Droid"
IOS="/projectname.iOS"