mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-12 05:10:51 +02:00
fps controls
This commit is contained in:
@@ -56,6 +56,7 @@ test('profile file serialization excludes geometry and round-trips with local me
|
||||
assert.equal(file.format, PROFILE_FILE_FORMAT)
|
||||
assert.equal(file.version, PROFILE_FILE_VERSION)
|
||||
assert.equal(JSON.stringify(file).includes('windowBounds'), false)
|
||||
assert.equal(JSON.stringify(file).includes('frameTarget'), false)
|
||||
assert.deepEqual(file.scopePopouts.spectrum, { poppedOut: true })
|
||||
|
||||
const restored = profileFileToProfile(file, extractLocalProfileMetadata(profile))
|
||||
|
||||
Reference in New Issue
Block a user