Add test for ensuring that scripts can be disabled with .meta.json files

This commit is contained in:
Lucien Greathouse
2019-10-08 15:46:51 -07:00
parent 709cba45ce
commit f83abe15cb
2 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
---
source: src/snapshot_middleware/lua.rs
expression: instance_snapshot
---
snapshot_id: ~
metadata:
ignore_unknown_instances: false
instigating_source:
Path: /bar.server.lua
relevant_paths:
- /bar.server.lua
- /bar.meta.json
name: bar
class_name: Script
properties:
Disabled:
Type: Bool
Value: true
Source:
Type: String
Value: Hello there!
children: []