Skip to content

Commit

Permalink
fix(framework): Fixes framework tests
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed Apr 22, 2021
1 parent 867acc9 commit 7008e9d
Show file tree
Hide file tree
Showing 18 changed files with 422 additions and 484 deletions.
2 changes: 1 addition & 1 deletion bsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"rootDir": "src",
"rootDir": "framework/src",
"files": [
"manifest",
"source/**/*.*",
Expand Down
9 changes: 2 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rooibos",
"version": "4.1.2",
"version": "4.1.3",
"description": "simple, flexible, fun brightscript test framework for roku scenegraph apps",
"files": [
"dist/**/!(manifest)*"
Expand Down
3 changes: 2 additions & 1 deletion tests/bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"rooibos": {
"showOnlyFailures": true,
"lineWidth": 70
}
},
"sourceMap": true
}
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"source-map": "^0.7.3"
},
"devDependencies": {
"brighterscript": "file:../../vsc/brighterscript"
"brighterscript": "^0.37.4"
},
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions tests/src/components/NodeExample.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<component
name="NodeExample"
extends="Group">
</component>
Loading

0 comments on commit 7008e9d

Please sign in to comment.