Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ jobs:
haxe-version: ${{ matrix.haxe-version }}

- run: |
curl -sL https://github.com/massive-oss/mconsole/archive/refs/tags/1.6.1.zip -o mconsole-1.6.1.zip
haxelib install mconsole-1.6.1.zip
haxelib install hscript --quiet

haxelib install all --quiet --always --skip-dependencies
haxelib install all --quiet --always
haxelib install minject 2.0.0-rc.1 && haxelib set minject 2.0.0-rc.1

haxelib list
Expand Down
3 changes: 0 additions & 3 deletions test-each.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
-lib minject
-lib tink_core
-lib tink_macro
-lib mockatoo:git:https://github.com/DoclerLabs/mockatoo
# this mockatoo fork depends on mconsole 1.6.1
# available here: https://github.com/massive-oss/mconsole/releases/tag/1.6.1
-cp src

# Things need for tests
Expand Down
3 changes: 2 additions & 1 deletion test-js-browser.hxml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
test-each.hxml
-D client
-lib pushstate
-lib mockatoo:git:https://github.com/FunkinCrew/mockatoo#13d77a0a8eaf5e789ef5dae6cd33eee812deda36
# -lib detox
-js build/js_client_test.js
-xml doc/js_browser.xml
-xml doc/js_browser.xml
4 changes: 3 additions & 1 deletion test/ufront/api/ApiMacrosTest.hx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ import utest.Assert;
import haxe.rtti.Meta;
import haxe.EnumFlags;
import haxe.macro.MacroType;
import mockatoo.Mockatoo.*;
using tink.CoreApi;
#if client
import mockatoo.Mockatoo.*;
using mockatoo.Mockatoo;
#end

class ApiMacrosTest {
public function new() {}
Expand Down