view testing.js @ 20:c8162ac60edc

Serpentron 1.0.2.
author Mikhail Kryshen <mikhail@kryshen.net>
date Fri, 13 Mar 2020 15:19:16 +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 });