This commit is contained in:
Administrator
2023-09-23 16:13:11 +03:00
commit 9e7fc7b4c1
605 changed files with 78660 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"framework": "jasmine",
"launch_in_dev": [
"PhantomJS"
],
"launch_in_ci": [
"PhantomJS"
],
"src_files": [
"bower_components/jquery/dist/jquery.js",
"bower_components/jasmine-jquery/lib/jasmine-jquery.js",
"bower_components/zepto/zepto.js",
"src/waypoint.js",
"src/context.js",
"src/group.js",
"src/debug.js",
"src/adapters/*.js",
"src/shortcuts/*.js",
"test/settings.js",
"test/*-spec.js"
]
}