1// Mock Snap, so we don't need to include the real one (when it's not used during testing)
2(function() {
3'use strict';
4this.Snap = {
5  plugin: function() {},
6};
7}).call(this);
8