view testing.js @ 11:a6bde9cde187

Icon for the fullscreen button.
author Mikhail Kryshen <mikhail@kryshen.net>
date Sat, 02 Apr 2016 13:06:05 +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 });