mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Add end-to-end build test for Script.Disabled via .meta.json
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "script_meta_disabled",
|
||||
"tree": {
|
||||
"$path": "folder"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"properties": {
|
||||
"Disabled": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
-- This script should be marked 'Disabled'
|
||||
Reference in New Issue
Block a user