view testing.js @ 12:89fc4ef53637

Serpentron 1.0.
author Mikhail Kryshen <mikhail@kryshen.net>
date Sat, 02 Apr 2016 13:22:19 +0300
parents
children
line source
1 define([
2 './deploy',
3 'amber_core/SUnit',
4 // --- packages used only during automated testing begin here ---
5 'amber-serpentron/Serpentron-Tests'
6 // --- packages used only during automated testing end here ---
7 ], function (amber) {
8 return amber;
9 });