require-abtest
                                
                                
                                
                                    require-abtest copied to clipboard
                            
                            
                            
                        Split testing for RequireJS
Similar to #4, we should be able to re-use the names for tests. If I run a test like this: ``` require ['test!purchase'], (Purchase) -> # logic ``` This will...
How do we expire A/B test cookies so that we can create another test? Say we're testing `/views/page.js` via RequireJS. We run our tests like so: ``` define(['test!/views/page.js'], function(page) {...
We should be able to test entire templates loaded via the text! module for easy testing.