I hereby claim:
- I am cucumbur on github.
- I am sheahan (https://keybase.io/sheahan) on keybase.
- I have a public key whose fingerprint is 4C38 C987 9620 F88D D1C2 4BA3 8650 7370 B188 9828
To claim this, I am signing this object:
| license: mit |
| // simple-reporter.js | |
| var mocha = require('mocha') | |
| module.exports = SimpleReporter | |
| const trimregex = /[\s\S]+?(?=Hierarchy)/ // or /[\s\S]+?(?=Error Trace)/ or /[\s\S]+?(?=Exception)/ etc | |
| function SimpleReporter (runner) { | |
| mocha.reporters.Base.call(this, runner) | |
| var passes = 0 | |
| var failures = 0 |
I hereby claim:
To claim this, I am signing this object:
| using UnityEngine; | |
| using UnityEngine.UI; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using UnityStandardAssets.Utility; | |
| public class TurnManager : Singleton<TurnManager> { | |
| // Singleton enforcer |