buddy tests file fix
This commit is contained in:
+2
-13
@@ -1,16 +1,5 @@
|
||||
package ;
|
||||
|
||||
import buddy.BuddySuite;
|
||||
import buddy.SuitesRunner;
|
||||
import buddy.Buddy;
|
||||
|
||||
@:build(buddy.GenerateMain.withSuites([
|
||||
new BaseTest(),
|
||||
new InheritanceTest(),
|
||||
new InlineTest(),
|
||||
new MetaTest(),
|
||||
new SignalTest(),
|
||||
new TestProperty(),
|
||||
new ChainBindTest(),
|
||||
new ExprBindTest(),
|
||||
]))
|
||||
class Tests extends BuddySuite {}
|
||||
class Tests implements Buddy<[BaseTest, InheritanceTest, InlineTest, MetaTest, SignalTest, TestProperty, ChainBindTest, ExprBindTest]> {}
|
||||
Reference in New Issue
Block a user