Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created March 12, 2014 15:08
Show Gist options
  • Select an option

  • Save coderberry/9508887 to your computer and use it in GitHub Desktop.

Select an option

Save coderberry/9508887 to your computer and use it in GitHub Desktop.
define("test/fixtures", ["exports"], function(__exports__) {
"use strict";
__exports__["default"] = {
search_page_1: { __FIXTURE_DATA_HERE__ },
search_page_2: { __FIXTURE_DATA_HERE__ },
search_page_3: { __FIXTURE_DATA_HERE__ }
};
});
// test-helper.js
window.fixtures = require('test/fixtures')['default'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment